Home Featured Fix

Discussion in 'Foogo Pro WordPress Theme' started by bgdrew03, Jun 25, 2015.

  1. bgdrew03

    bgdrew03 Guest

    Joined:
    Feb 22, 2015
    Messages:
    19
    Likes Received:
    0
    I have 2 rows of features, I need the bottom row centered under the top row, how can I do this? Thank you in advance!
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (min-width: 993px){
    div#site_features ul li:nth-child(5) {
      margin-left: 25.8% !important;
    }
    }
    It will resolve your issue :)

    Thanks,
    Praveen
     

Share This Page