Removing spaces and one featured box.

Discussion in 'Andrina WordPress Theme' started by mferrell6002, Jan 21, 2013.

Thread Status:
Not open for further replies.
  1. mferrell6002

    mferrell6002 New Member

    Joined:
    Jan 20, 2013
    Messages:
    13
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue
    Go to front-page.php present in your theme directory and follow the instruction as shown in image given below

    [​IMG]




    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature-content .feature-item {
    width: 280px;
    }
    2.For your second issue


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .bottom-feature .bottom-feature-right h1 {
    border-bottom: none;
    }
    .bottom-feature .bottom-feature-left h1 {
    border-bottom: none;
    }
    .feature-content {
    margin-bottom: 0px;
    }
     
    mferrell6002 likes this.
  3. mferrell6002

    mferrell6002 New Member

    Joined:
    Jan 20, 2013
    Messages:
    13
    Likes Received:
    0
    Great. I did that but still need to recenter the featured items. Also there is a second dashed line below the slider I'd like to remove. Basically I could have the featured item directly below the slider with now space I would be really happy.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .feature-content h1 {
    border:none;
    }
    .feature-content .feature-item {
    width: 329px;
    }
    .feature-content {
    width: 1170px;
    }
    This will solve your issue.

    Thanks.
     
    mferrell6002 likes this.
  5. mferrell6002

    mferrell6002 New Member

    Joined:
    Jan 20, 2013
    Messages:
    13
    Likes Received:
    0
    You guys rock. I'll write a testimonial anytime you want.
     
Thread Status:
Not open for further replies.

Share This Page