- This topic has 7 replies, 3 voices, and was last updated 6 years, 5 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Support › Forums › Flex Theme › 728×90 ads on header widget
Hi…
I would like to add 728×90 size on the header widget. Screenshot: http://prntscr.com/9p4pni
Could you please guide me how to fix this?
Regards,
Joseph
Upload the image via media library. Then drag the text widget at Header Right widget area and display the image using IMG html tag.
If you will use the Google Ad then copy the embed code and paste into text widget.
As the title said, I try to place 728×90 ads, and it appears like this: http://prntscr.com/9p5e6n
May I know what is the size of the Header Right widget size?
Size of header right widget is 680px. You need to increase that and reduce logo area size to make bigger ad block fit in that space.
Share you website url for more targeted support.
You will reduce the width of your site logo and increase the width of header right widget area.
Hi Davinder,
Here is the test site url How can I make it fit the ads? 728×90 appear like this: http://prntscr.com/9p9fmg
Regards,
In style.css file, change…
.title-area {
float: left;
max-width: 360px;
}
to…
.title-area {
float: left;
max-width: 350px;
}
Thanks