Changing the margins for the bottom left feature

Discussion in 'GoldenEagle WordPress Theme' started by vobizzy, Jan 9, 2014.

  1. vobizzy

    vobizzy New Member

    Joined:
    Aug 30, 2013
    Messages:
    4
    Likes Received:
    0
    Hello,

    Can someone tell me how to change the margins to the bottom left feature? I've done it before but my site took a dive and now I am trying to rebuild it from memory and an extract of the data.

    Here is a screen shot of what I am talking about:

    [​IMG]
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    .feature-strip {
    margin-bottom: 5px;
    }
    .feature-bottom-left {
    margin: 0px 0px 0px 20px;
    }
     
    You can adjust the value of "margin" as per your requirement.
    This will solve your issue.
     
  3. vobizzy

    vobizzy New Member

    Joined:
    Aug 30, 2013
    Messages:
    4
    Likes Received:
    0
    awesome, thank you for the quick response.
     

Share This Page