Home Page "Feature Content Wrapper"

Discussion in 'Appointway WordPress Theme' started by yclawson1, Jul 25, 2013.

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

    yclawson1 New Member

    Joined:
    Jul 18, 2013
    Messages:
    25
    Likes Received:
    0
    Hi,

    I would like to add a "shadow effect" to my home page feature content including the side bar,

    I have a similar effect like that now on the site but the main content seems to cut off on the left side leaving no padding but the right side has padding and is giving me the effect I want.

    However, I want the entire content area including side bar to have the shadow effect...

    Can you guide me please the website is http://somethinguniquehairstudio.com
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .feature_content {
    padding: 9px;
    padding-bottom: 100px;
    }
     
    .feature_sidebar {
    box-shadow: 0 0 12px #808A8F;
    padding: 10px;
    }
    .content_bar {
    box-shadow: 0 0 12px #808A8F;
    padding: 10px;
    }
    .sidebar.blog {
    box-shadow: 0 0 12px #808A8F;
    padding: 10px;
    }
    .fullwidth {
    box-shadow: 0 0 12px #808A8F;
    padding: 10px;
    }
    This will solve your issue.
     
  3. yclawson1

    yclawson1 New Member

    Joined:
    Jul 18, 2013
    Messages:
    25
    Likes Received:
    0
    Thanks...it looks great now
     
Thread Status:
Not open for further replies.

Share This Page