Hello, on my startpage i have the logo properly placed. When i click on another menulink ( Nosotros) the the first letter from the logo is overlayed. I really like that
Unfortunately, on my mainpage thsi is not thge case. How can i fix that?
macanroe Hi Add this code in custom css
.header-wrap { z-index: 1;}
doesnt work yet!
macanroe Kindly add the code first in template options custom css clear Joomla cache after save.
Also turn off css compression so i can check the code is added or not.
Ninja Also turn off css compression so i can check the code is added or not.
Hi The code is correct. In your custom css you have error kindly close the braces when u open them here : http://prntscr.com/21bpiov The below code will not work after error.
I did what you said.
But still dont work
I dont understand completely... css compression is off
I cannot see the screenshot you sent me
pls access to my Admin
macanroe Hi Check the page now. Your custom css file has a code
.t4-footer { background-color:#8356a3;
it should be
.t4-footer { background-color:#8356a3;}
I fixed it on your site.
works perfect now!
Topic closed
macanroe Welcome!