Move entire 3 feature images and page box

Discussion in 'Woodpecker WordPress Business Theme' started by designstouch, Mar 24, 2015.

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

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Hi Support Team,

    How can I move entire feature images areal along with the top line underneath the slider instead of overlapping the slider image? Also how would I achieve the same result on pages? Moving the entire page are underneath the image.

    I have attached the screen shots.
    website URL: www.smartphonerepairwi.com
     

    Attached Files:

  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    Try and apply: Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .page-post-container-wrapper{
    margin-top: -2px;
    }
     
     
     
    .nivo-caption{
    z-index:9
    }
    .content-container{
      margin-top: 0px;
    }
     
    .feature-page-wt-thumb{
    margin-top: -195px;
    }
    Regards,
    Sameer
     
  3. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Excellent!!
    Thank you! Sameer.
     
Thread Status:
Not open for further replies.

Share This Page