hi, i have two question.
1.
.td-header-style-3 .td-header-sp-logo img {
min-height: 113px;
min-width: 420px;
}
.td-header-style-3 .td-header-sp-logo {
min-height: 113px;
min-width: 420px;
margin:0;
}
.
I used the big logo with these codes
But ad slot came down img: http://prntscr.com/fy5fca
I want the ad slot smaller and on the right side of the logo like before.
2. I want ad image in the header. how can i do it?
Hi,
Please note that each header style requires a specific logo size to be used
– https://forum.tagdiv.com/logo-favicon/
This size is calculated to accommodate the logo and the header ad with the best result. If you modify the header logo properties and make it larger like you did, there is no more space for the header ad you are using. It will be displayed on a second row, below the logo.
You can try to stretch the header logo and ad space with this option
– https://www.screencast.com/t/yPTAipVzWy4
If you want to display a bigger logo, you can choose from the header styles that do not require a specific logo size (header styles 9, 10 and 11)
– https://forum.tagdiv.com/header-styles/
Thanks
I would like to make the header ad slot size w: 600px h: 90px. If you give me css for this, my problem will solved.
http://prntscr.com/fyef99
Hi,
You ca try this code, it will set the new width for the header ad space, and also align it to the right if needed
– https://www.screencast.com/t/b4zCQQa8
.td-header-row .td-header-sp-recs {
width: 600px;
float:right;
}
Thanks
thanks for help. Now i need other help.
http://prntscr.com/fzcqdh
I want full height header ad like this. Can you write me codes?
Hi,
I don’t understand what exactly you are trying to do. You wanted the header ad to be of a specific size (600×90). If you want it to be bigger use a bigger image.
It would be helpful if you could provide a link to your website and more details, so I can see what is the problem, or understand better what you want to do.
Thanks
you can understand with this screenshot
Hi,
You can use a bigger image size, in height. In this example I used a image with a height of 146px with the same header style 3, with this result
– https://www.screencast.com/t/UlpKH1yu7
I believe that is what you are trying to do.
Thanks