Increase width of site layout

Discussion in 'Local Business WordPress Theme' started by pinkmaddy, Sep 2, 2015.

  1. pinkmaddy

    pinkmaddy New Member

    Joined:
    Mar 4, 2015
    Messages:
    13
    Likes Received:
    0
    Is it possible to increase the width of the site. I find it a bit narrow.
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    To alter the size please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .body_wrapper {
           margin-left: -7px !important;
        width: 975px !important;
    }
    
    Note :- To move the content area to the left kindly change the numeric value of 'margin-left', and to increase the width of the content area kindly change the numeric value of 'width' accordingly.

    However, I would like to bring to your notice that the width of the theme is set according to the width of the contents, altering the width of the website may result in improper display of contents.

    Hope it will resolve your issue.

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page