Article size and Ad size are not aligned

Posted in: Newspaper
Post count: 63

I have a post where the entire post-content-width is: 696px (for some reason)
While I have ads on this page; some are shown perfect (full width of 728px) and some are being cut to the context size which is 696px (not sure why) – which also causes the ads to not being display correctly.
I’m using media.net which 728px is their smallest width.

I also see that the wpb_wrapper is in the size of 696px?

Can you help me on how to fix it? this is really disturbing.

https://imgur.com/KhAlZNa

from here: https://www.star-7dz.com/pb-v2-when-this-doula-gave-birth-she-was-pretty-shocked-to-discover-this/

Post count: 18283

Hello !

In order to edit the width you have to select every row of your page using the tagDiv Composer and then set the stretch mode you want like here : https://www.screencast.com/t/BkWwdHh6

In order to edit the post page width you will have to add a single post template and then edit it. Check more about how to have single post template here: https://tagdiv.com/customize-articles-with-single-post-templates/ And for the header you can do it here: https://www.screencast.com/t/xf56tQN0.

These are the ways you can increase your page width from theme options. Anything above this will require custom code.

Thank you !

Post count: 63

Well, I’m not sure what each one of these values means.
I simply need a way to match the main content area on desktop to 728px width as this is the standard minimum ad size for the content area.
Can you simply tell me what to change (without causing an issue on mobile while doing so)?

Post count: 35449

Hi,

As a suggestion, you can use a div with a fix width and this will be forcing the ads to be deliver for that size:
<div style="width:720px">
<!-- set here your ads code -->
</div>

Thank you!

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