This topic has 2 replies, 2 voices, and was last updated 1 months, 1 weeks ago ago by Luca Rossi
Hello 8theme team,
i am creating a landing page in wordpress without using page builder plugIns. the whole content area is set to a light gray background color and now on the page i want to insert there a section in white color. so i tried to do so with a wordpress group, collum orrow element. in all it is the same -the p-block text is with 0 pixel border inside that container block and then comes a border in gray to the left page border. aee screenshot. is there a way to stretch the container element until the page border so that there is no gray stripe?
hope i have found words that you could understand what i mean 🙂 i am not a native english speaker – sorry for that.
beat regards and many thanks for your assistance
Hi @HCJurkat,
You can try adding this custom CSS code under XStore > Theme Options > Theme Custom CSS > Global CSS:
.page-id-295 .container.content-page.sidebar-mobile-bottom {
padding-left: 0;
margin-left: 0;
}
But it will remove the left margin & padding of container. We suggest you to use the page builder instead to fully control the containers.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up