Wider margins on left and right of pages

Discussion in 'Infoway WordPress Theme' started by nfrohm, May 18, 2015.

Thread Status:
Not open for further replies.
  1. nfrohm

    nfrohm New Member

    Joined:
    Mar 19, 2012
    Messages:
    20
    Likes Received:
    0
    Hello, I woudl like to have wider margins on each side of my page text. For example, this page (http://www.caringqualia.com/about/) looks to have about a 20 pixel margin on each side, but I would like it to be more like 50 pixels. Can you help?

    Thank you!
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
     
      .body_wrapper {
      padding: 50px 50px 50px 50px !important;
      }
    
    Hope it will solve your issue.
     
  3. nfrohm

    nfrohm New Member

    Joined:
    Mar 19, 2012
    Messages:
    20
    Likes Received:
    0
    Perfect! Thank you!!
     
Thread Status:
Not open for further replies.

Share This Page