- This topic has 1 reply, 2 voices, and was last updated 6 years, 6 months ago by Hash.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- June 12, 2018 at 8:24 am #6482jdmilton0307Participant
For the About Us section on the homepage, is it possible to add custom CSS to allow the text to span the width of the page without adding a right image or selecting a sidebar or footer? I’m trying to list a mission and vision statement that’s centered and spans the full width of the page.
June 12, 2018 at 10:54 pm #6506HashKeymasterYes, it is possible. Here is the CSS code
.ht-about-sec{
width: 100%;
padding: 0;
}.ht-about-image{
display: none;
}The above CSS will remove the sidebar and make the right content fullwidth. You can also try the premium version. It has the option on the customizer panel without having to add any extra codes.
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.