Content on pages need to be ful width

Home Support Business Era Content on pages need to be ful width

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1936
    Anonymous
    Inactive

    Hi there,

    i would like the content on my pages to be full width, i have taken away the border on each page just have not been able to make the content full-width .

    link to the site page:
    http://nicolesinovichattorney.co.za/about-us/

    #1940
    ProDesigns
    Keymaster

    Hi @kelsey,

    You can go to Appearance >> Customize >> Additional CSS and add following CSS

    .container {
        width: 100%;
    }

    It will make the whole site 100%. Hope it will work.

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