I use Firebug while I develop my websites.. but I'm noticing that the location of code according to firebug is not the same when I search in the css code files. I need to locate header-search box to move higher. I extended my menu items and it overlaps. Thx
a
I found the code in the template details template css file.. but I can't figure out how to save it. Weird but I don't know how to save the changes.. thx
Hi,
You can go to template/jux_petcare/local/css/template.css (line 4309).
However, you shouldn't write in template.css because when you update version, it will remove.
Instead, you can create new file with name custom.css in path: template/jux_petcare/css and write code in it.
Hope this help you.
Thank you!
well.. that's where I am and I went in through my default template (copied from original) and I'm able to edit and save. But, I've never worked with T3 and all this other Css code together. I made the change, it saved but I don't see the change on my site. I've never had this issue before. why is there css/template css and everything else. I can tell it's not mine because I don't see my changed labels.
I also need to move the logo over, menu over, etc. Again.. I just know Joomla 3.4 css code. I've never used all of this other T3.. and whatever. I might have to inject code via template custom code. I don't like to do this.. but we'll see.
I just need to know which is the correct template.css file
a
OK.. I did it.. the line was further down.. but I found it.. some reason any time I use firebug with Mozilla it always misleads me.. but when I use Google Developer Tools.. its right on and it agreed with your direction. However, I could not find this path under template details.. so I'll just use the file on my server.. I can leave it open. Thanks
a