Zoom and layout

Posted in: Newsmag
Post count: 137

Hello! i know this is a strange question but my client is asking me why with zoom 33% i have issue on layout
https://ibb.co/CbcDnQK
posts should be always in 2 columns like 50% zoom https://ibb.co/xj4mdVy
Can we fix this?
Regards

Post count: 35449

Hi,

Indeed this seems to be a strange thing. I think that this problem is only on home page, if is so you can try this custom css
.home .td-block-row {
width: 101%;
}

Set the code in theme panel> custom code> custom css.
Let me know the results!

Post count: 137

Great very good. I have another issue between 767px and 1023px
I have an empty space below homepage main articles and above video gallery. Is it possible to fix?
https://ibb.co/7X9QxQw

Post count: 35449

Hi, unfortunately I do not know how to help you with this, since the size of screen is smaller the blocks will take a different size and will no longer fit the entire size.
Thank you for your understanding!

Post count: 137

Ok no problem. How can i center this block? https://ibb.co/kG8Qmvn
Image alignment is on center but seems not working
Regards

Post count: 35449

Hi,

For this you can try this custom css -> https://i.imgur.com/YnSqo2l.png this will fix the image
.wpb_wrapper .td_block_single_image {
margin: 10px auto;
display: block;
}

This code need to be set in theme panel> custom code> advance css> phones.
Hope it will help you!
Thanks

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