Home Forums Total About Us Section

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6482
    jdmilton0307
    Participant

    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.

    #6506
    Hash
    Keymaster

    Yes, 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.

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