Remove border

Discussion in 'Dzonia WordPress Theme' started by veilan, Jan 7, 2014.

  1. veilan

    veilan New Member

    Joined:
    Dec 29, 2013
    Messages:
    1
    Likes Received:
    0
    As you can you see I have removed testimonial things now there is one problem. How do I remove the border in the midle? I want to remove it and drag everything down. dfgdgf.png
     
  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:
    .featured_content .column-three {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    } 
    You can adjust the value of margin and padding as per your requirement.
    This will solve your issue.
     

Share This Page