Hi,
You can set and use the “Style 3-(full width logo) + menu” from theme panel > header style:
You will get this resul: http://screencast.com/t/XHGKSWEc
You might also need to style the ad box, use this css:
.td-visible-desktop {
margin-bottom: 48px;
}
Thanks
Tahnks Lucian,
Tried but as you can see the ad is getting trimmed/cropped. The same issue that happens when ad goes in header area next to logo. How can I fix this as cropping Ads is not a good idea. Check the screenshot below:
https://drive.google.com/open?id=0B-ALfi5glBeCSzhnMUIzYmNZY0U&authuser=0
Hi,
Do you still have this issue? I have checked your site and your ad looks good now: http://screencast.com/t/6wlk4cFdAGao
Please let me know.
Thanks
Yes, the issue is there. I added this css as for some reason div class/id added to ad code in Header Ad box don’t work. Also the css given by you didn’t work.
So I ended up changing this:
.header-content-rec {
height: 122px;
}
It did work, but I am not sure if that’s a good idea or if its breaking something else shomewhere.