Hello,
I have a problem with one of the web pages. Some contents of the sections do not appear well on this page. In the upper section, the headline is not centered and or appears to the left, as if it were in a column.
In the third section, where two columns called Farm Camp appear, which is a global block, some elements do not reach their right margin.
What have I done wrong and how can I solve it?
Many thanks.
Hi Artia,
Thanks for reaching out.
Would you mind providing a screenshot of what you’re getting?
The global block is created within the builder, it has the same section, rows, and columns just like the content builder. Hence, you have to toggle off the row inner container and remove margins. And upon checking, it looks like you already did and it’s working fine without issues with the layout.
So it’s either turn off the container and margin within the global block builder, or turn them off within the section of the page where your global block is inserted.
It also has custom CSS that set the max-width to 400px which makes the headline more narrower. Please remove it if it’s the issue you’re getting.
.split-column h2, .split-column h6, .x-hr, .x-text, .x-feature-list {
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
Cheers!
Thanks, Rad.
Indeed, it was CSS.
As always, thank you very much for your help. You are a formidable team!
You’re welcome. Glad we’re able to help.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.