• Hallo i wanted to adjust the width of the contentpage but could not find any options to do it. I could not find the variable to change it should look similar to this:

    .content-wrapper {
    background-color: transparent !important;
    }
    .page-wrap{
    padding: 100px 0 0px;
    clear: both;
    margin-top: 80px;
    }
    @media only screen and (max-width:1024px) {

    .page-wrap{
    padding: 50px 0 0px;
    clear: both;
    margin-top: 80px;
    }
    }

  • The topic ‘Adjust page width’ is closed to new replies.