Lower Description Box on Slider

Discussion in 'ColorWay WordPress Theme' started by networkcarecenter, Nov 19, 2013.

  1. networkcarecenter

    networkcarecenter New Member

    Joined:
    Sep 17, 2013
    Messages:
    12
    Likes Received:
    0
    Is it possible to lower the height of the description box so that it does not interfere with the arrows?

    See Below www.networkcarecenter.com forum.png
     
  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:
    .slide .slide-content.entry{
    bottom:5px!important;
    }
     

Share This Page