Topic Resolution: Resolved
  • Closed
  • Jackie McHenry
    Spectator
    June 3, 2015 at 1:58 am #17879

    I used the following code to extend the width of the site – works great, except it doesn’t extend the top menu bar. Is there some additional code I’m missing? http://strawberrygirldesigns.com

    #header .alora-row,
    #main .alora-row,
    .footer-area .alora-row,
    #slidingbar-area .alora-row,
    #footer .alora-row,
    .page-title,
    #header-sticky .alora-row {
    max-width: 1100px;
    }

    Denzel Chia
    Moderator
    Posts: 2672
    June 3, 2015 at 5:27 am #17883

    Hi,

    Please see the screenshot. http://prntscr.com/7cj1q4
    Is this what you need? I set the width wider for demo purpose.

    The code is as follows. Please change the max-width to your desire.

    .header-social .alora-row {
    max-width: 1500px !important;
    }

    If this is not what you need, Please kindly get back to me with a screenshot, highlighting the area that you need to widen.

    Thanks!
    Denzel

    Jackie McHenry
    Spectator
    Posts: 13
    June 3, 2015 at 4:20 pm #17895

    YES – Perfect! Thank you Denzel. 🙂