Empty white space in mobile version of single post page

Posted in: Newspaper
Post count: 35

Hey there,

Can you please check the link below:

https://bit.ly/3yk3bIe

There is a different version for the single post page for mobile.

The desktop one is working as intended but we are facing an issue with a white line on the right area of the page that keeps messing with the proper display of the page.

Can you please have a look and help us with that?

Post count: 21065

Hello!

A responsive version of your website is looking similar like on desktop, edit the page with TagDiv Composer, click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB ; there you can see your mobile version and you can edit the elements there. Check if you set up some settings for example the width.

Please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Let us know the results!

Thank you!

Post count: 35

Hey there,

This is a mobile version of the desktop version. On the desktop, we do not have any issues. This white space only appears in the mobile version of the website.

It is my fault that I did not make that clear. We created the mobile version via this button: https://imgur.com/a/AdDq2oX

Post count: 21065

Hello!

Then please edit the mobile page, verify how is it looking in Composer editor and change the design from there.

Thank you!

Post count: 35

Hello again 😀

On the Tagdiv composer, the white empty space is not appearing in the editor. Do you see any issue via the inspect element or something?

Post count: 21065

Hello!

Please try to add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:

@media (max-width: 767px){
.td-pb-row, .td-block-row {
width: auto!important;}}

Let me know the results!

Thank you!

Post count: 35

This worked like a charm! Thank you very much for your help and feedback.

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