2 styling questions

Discussion in 'Woodpecker WordPress Business Theme' started by deveshd, Sep 22, 2014.

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

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    1. How do I move the 3 feature area and everything under it a little up to overlap more on the slider image? See attached screenshot.

    2. How do I centre align (vertically) the button in Bottom Feature area? See attached screenshot.
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-container {
    margin-top: -250px;
    }
    .bottom-feature-button{
    margin-top: 31px;
    }
    Adjust according to your need.
    Thanks & Regards
    Pramod
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Works. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page