in Wordpress Themes by billpaytharn10 (240 points)

I have set my menu positioning above the Header - to get the logo positioned above both menu and header. I then select my Header field and then add my logo. In TemplateToaster it shows the logo in front of the menu but when I preview or export the zipped folder into Wordpress the logo is behind the menu.How do I get the logo in front. See below before/after screen shot of menu.

1 Answer

by robert-williams (5.2k points)
Hello,

The issue is  generated due to the overlapping of nav-bar on logo. So you can use custom css to handle it.

Steps to add custom css :-

Open TemplateToaster > General Tab > CSS > Paste the Css code here > Save

header#ttr_header .ttr_header_logo {

    z-index: 1100;

}
Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ? Contact Us
...