Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #444612

    Hey guys!

    Is there a way that I can make the Illustrations bigger on this page? They look much better larger….

    #444652

    Hi Courtney!

    Please add following code to Quick CSS

    .page-id-994 #av_section_1 .container {
      padding: 0;
      max-width: 95%;
    }

    If you would like to apply this change to more color sections, please give them a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
    and change the code to following

    #your-unique-id .container {
    padding: 0;
    max-width: 95%;
    }

    Best regards,
    Yigit

    #445471

    Thank you so much Yigit!

    One more question.. not that i’m starting to make the side images more full screen, how can I change the width of the content on the screen, I will also make the logo and main nav bar more full screen width.

    How can I go about making the main nav. more wide screen, and the width of the content match the more widescreen main nav.

    The site looks kinda funny right now.

    #447090

    Hey!

    to control width of the content:

    .container {
    max-width: 1270px !important;
    }
    

    to make your menu wider:

    span.avia-menu-text {
    margin-right: 30px;
    }
    

    To increase logo:

    strong.logo {
    height: 130px;
    }
    

    Cheers!
    Andy

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