This topic has 4 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
hi there. I created a landing page for my site using the blank page template. URL in private content…
The containing row is set to ‘stretch row and content’, but i seem to have space on the right (mobile & desktop), making the browser window horizontally scrollable. Any idea why this could be?
I’ve tried setting padding, margin and border all to zero, but no difference.
Help!
Hello,
Could you please provide temporary wp-admin access in the Private Content area so I can take a closer look?
Regards
Of course. See private content.
Hello,
Please add this custom css code in Theme Options > Styling > Custom css:
body.page-template-blank .page-wrapper {
display: block;
width: auto;
}
body.page-template-blank .container.blank-page {
display: block;
width: auto;
}
Regards
The issue related to '‘page-wrapper’' has been successfully resolved, and the topic is now closed for further responses