Website shifting to right on mobile

Posted in: Newspaper
Post count: 285

Hi, I have updated my website previous month, but after the update on mobile view website is shifting to right and there is a white space on full page. Also on pages, the text is not coming in full view, the text is coming left align, can you please check

Attachment

Website
Page

  • This topic was modified 1 year by Atithya. Reason: Added hompage link
Post count: 35449

Hi,
The situation with the header on mobile is related to the margin left and right that has been set on the mobile cloud header on zone https://i.imgur.com/bqA8VEp.png I think it was set to to slightly distance elements from the edges of the screen.
The situation with the page is related to a custom css that have been used – https://i.imgur.com/KU0ElpU.png
div.td-pb-span8.td-main-content {
margin-left: 5%!important;
margin-right: 5%!important;
width: 55%!important;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.