Wrong visualization of Style 9 header (full logo on top)

Posted in: Newspaper
Post count: 19

Hi, we use your Newspaper theme in our site http://www.digitalbizmagazine.com/. As you can see we are having an issue with our header. On the one hand, at the home page our logo appears on the left, instead of centered. On the other hand, in the whole website the logo is bigger than it used to be.
I hope you can help us. Thank you so much.

Post count: 23312

Hello xanamorales,

I have checked your website and I saw that you are using the child theme. Please ensure that you are using the latest version of the theme and also, the latest version of child theme which comes bundled with the main theme. Please try to switch the theme to the main one, update your child theme, clear all your caches and test again the results. For more information about child theme support, please check here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Hope this helps and let us know how it goes!

Thanks for the message!

Post count: 19

Hi, I’m already using the latest version of the theme and of the child theme, so I’m afraid thats not the reason for the wrong visualization…

Post count: 6535

HI

Try this css in theme panel > custom code > custom css to correct the logo position: http://screencast.com/t/2mDs6IRa

.td-logo{
margin-left: auto;
margin-right: auto;
}
.td-header-style-9 .td-header-sp-logo img {
width: 350px!important;
}

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.