How change weight

Discussion in 'InkThemes-Support Working Hours' started by bessvu, May 1, 2017.

  1. bessvu

    bessvu New Member

    Joined:
    May 1, 2017
    Messages:
    1
    Likes Received:
    0
    Hello!! Help me please! wight.JPG How to change the width of the main background field? now it is 1170px. need a 960px. I bought the theme colorway pro
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    To make the required changes, just paste the code given below in Custom CSS section
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media (min-width: 1200px){
    .container {
        width: 960px;
    }
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page