Traffica Pro - 3 vs 4 columns in the feature box

Discussion in 'Traffica WordPress Theme' started by franciscosamuel, Aug 28, 2016.

  1. franciscosamuel

    franciscosamuel New Member

    Joined:
    Dec 28, 2011
    Messages:
    12
    Likes Received:
    0
    there's on option for 3 or 4 boxes in the admin portion of your site, however, that feature does not work. how do i get the website to behave and only display 3 boxes, instead of 4?

    here's the URL

    http://ep1.jr55.me/

    i'd like the 4th box to not appear

    thanks,
    fs
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    To remove the 4th box, Please paste the code given below in Custom CSS section
    (Dashboard-> InkThemes-> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature_box.row .col-md-4:nth-child(4) {
        display: none;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page