Align Feature image and Top banner

Posted in: Newspaper
Post count: 91

Hello.

I would like to get some help to align my feature images with the top banner.

Banner = 728×90
image = 800+

Example of my problem: null
Link: https://livecoins.com.br/o-que-os-presidenciaveis-pensam-sobre-varios-assuntos/

Thanks 😀

Post count: 20688

Hi,

That is quite a large ad in terms of width. The post content is 696px and the ad is 728px. Maybe you could consider to use in the post content ads with a max-width of 696px. Or a width of 100% (responsive).

If that is not possible, you could try a code like the one below maybe, to reduce the ad width by setting a max value
https://www.screencast.com/t/L1MQwZ03hh

.single .td-pb-span8 .td-post-content .quads-location div{
max-width: 696px;
}

Thanks

Post count: 91

Hey Simion, thanks for you support.

Is there any way to increase size of post content to 728px ?

Post count: 20688

Hi,

For the default post templates no post content width changes is permitted by a theme setting. With a sidebar it will be 696px, without a sidebar it will be the full theme width, 1068px.

If you use cloud library plugin and tagDiv composer to create post templates, you can stretch the row containing the post content with these options
https://www.screencast.com/t/17AvZbxCr8a
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

For the cloud post templates ads will have to be inserted while editing the template, here
https://www.screencast.com/t/nnQHDacj

Thanks

Post count: 91

Hey, Simion C.

Thanks for the help. It worked.

<3

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.