Local Business Theme elements not centered on page

Discussion in 'Local Business WordPress Theme' started by famres, Oct 10, 2013.

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

    famres New Member

    Joined:
    Oct 4, 2013
    Messages:
    2
    Likes Received:
    0
    As can be seen in the attached screenshot, the theme elements are not centered on the page - more black area on the left, than on the right. Is there a fix for this?
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .body_wrapper {
    margin-left:-7px;
    }
    
    Adjust its value as per your requirements.
     
  3. famres

    famres New Member

    Joined:
    Oct 4, 2013
    Messages:
    2
    Likes Received:
    0
    Thanks for the quick response. That worked perfectly!
     
Thread Status:
Not open for further replies.

Share This Page