Page 1 of 1

CSS Issue

Posted: Mon Jan 02, 2017 12:00 pm
by That's not a growth
I need a bit of help with some CSS on a site I made, and I'm trying to edit a template I've been using for Joomla.

I have a dropdown/ input box which looks like this:

Image

This happens on desktop, but not on mobile devices.

I right clicked on it, inspected it and found if I change:

Image

The padding and turn it off it's fine. So I go to the file and try changing it to 0px but it still comes up at 12px on my site, but in the CSS file it's zero.

What am I doing wrong, is there somewhere else that I need to change?

Re: CSS Issue

Posted: Mon Jan 02, 2017 12:23 pm
by jiggles
Did you do a force refresh to pull down the latest version of the file on the page? If you're making the change and seeing no difference, you might have the old version cached.

Re: CSS Issue

Posted: Mon Jan 02, 2017 12:50 pm
by That's not a growth
I am an idiot. :fp: Thanks mate.

Re: CSS Issue

Posted: Mon Jan 02, 2017 7:16 pm
by Kezzer
I remember when the biggest issue with CSS was Neph tk'ing you with the shotgun.

Re: CSS Issue

Posted: Mon Jan 02, 2017 7:46 pm
by That
I shot a kid wrote:I remember when the biggest issue with CSS was Neph tk'ing you with the shotgun.


Now we don't even have a CSS server, and whose fault is that!? :x

Re: CSS Issue

Posted: Mon Jan 02, 2017 8:11 pm
by Kezzer
Karl's brother is dead wrote:
I shot a kid wrote:I remember when the biggest issue with CSS was Neph tk'ing you with the shotgun.


Now we don't even have a CSS server, and whose fault is that!? :x



I... don't know if I should say...

I don't want to get banned :oops:

Re: CSS Issue

Posted: Tue Jan 03, 2017 8:21 pm
by Green Gecko
Try this plugin and hit F9 to reload CSS only. Useful if your server is slow. https://chrome.google.com/webstore/deta ... lghgplmpbd

https://addons.mozilla.org/en-GB/firefo ... -reloader/

Alternatively disable the cache entirely.

http://stackoverflow.com/questions/1147 ... script-etc

Re: CSS Issue

Posted: Tue Jan 03, 2017 9:35 pm
by That's not a growth
Cool, cheers GG.