• somtamthai

    (@somtamthai)


    Hi,

    My website https://leaderofthefreelife.com/ is way too narrow. I want the content to stretch across so that the background images of the birds is barely visible either side. I am using Travelify theme. I’ve been trying to mod this all day to make it wider and am afraid I messed something up that somehow made it more narrow.

    If anyone can help that would be great.

    Thanks.

Viewing 1 replies (of 1 total)
  • innuvo

    (@innuvo)

    Use this CSS in a “custom CSS” area, or if using a child theme, place it in the style.css file:

    .wrapper {
      max-width: 1300px;
    }
    
    #main {
      max-width: 1300px !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How To Widen Main Content Area?’ is closed to new replies.