margin

Discussion in 'Local Business WordPress Theme' started by gypsygal, Oct 29, 2012.

  1. gypsygal

    gypsygal New Member

    Joined:
    Sep 18, 2012
    Messages:
    22
    Likes Received:
    0
    How can I fix the Margin on the feature area 4? Ntice how close it is t the left side in comparison to the sections above it
    http://seofirmtampa.net/
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_infobox {
    padding-left: 20px;
    }

    Adjust its value as per your requirement.
     

Share This Page