need to adjust the top margin on slider

Discussion in 'StartPoint Business One Page WordPress Theme' started by sandradohn, May 15, 2016.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, There is to much space at the top of the slider before the boxes with text so the slider shows to low on the page to see the opt in button. Can you let me know how to adjust this? Thanks, Sandra

    the site is automaticleadconversion.com and I have attached a screen shot.
     

    Attached Files:

  2. priya

    priya Guest

    Hi, Sandra..

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .flexslider {
        height: 586px;
    }
    .text-container {
        margin-top: -85px;
    }
    Change the numeric value as per the requirement..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page