Spacing between hompage heading and slider

Discussion in 'BizWay WordPress Theme' started by dsilvernail, Nov 6, 2013.

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

    dsilvernail Guest

    Joined:
    Jan 12, 2013
    Messages:
    10
    Likes Received:
    0
    I need to put advertising banners on the home page. Problem is when I input the linked images in the first heading box or the second heading box the slider arrows are moved up and away from the slider box. this is obviously some type of css issue. here is a screenshot.
    Screenshot (4).png

    please advise with some custom css to move arrows where they belong.
    site url is www.centraljerseyofficeequipment.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:
    .flex-direction-nav li .prev {
    top: 73.6%;
    }
    .flex-direction-nav li .next {
    top: 73.6%;
    }
    
    You can adjust the value of "top" as per your requirement.
    This will solve your issue.
     
  3. dsilvernail

    dsilvernail Guest

    Joined:
    Jan 12, 2013
    Messages:
    10
    Likes Received:
    0
    Thank You,

    This worked brilliantly!
     
Thread Status:
Not open for further replies.

Share This Page