Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1312116

    warephotography
    Participant

    Hi guys,

    I am setting up a new slider for my home page, just a simple feature image slider with title and date posted.
    http://www.warephotography.com.au/new-home/

    The problem I am having is that the top of the image is cut off from the white space below the menu.
    And also the text position isn’t fixed. (When you scroll the bottom you will see the title and the date move up on top of the image.)

    Wondering what selection box I am missing to make everything fixed in the slide position while still making the slider itself responsive.

    Any help on this would be great appreciated!

    #1312191

    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .page-id-4782 .entry-wrap {
        padding-top: 0;
    }
    div#rev_slider_6_1,div#rev_slider_6_1_forcefullwidth {
        margin-top: 0 !important;
    }

    Please disable parallax option to fix text and meta.

    Hope that helps.

    #1312354

    warephotography
    Participant

    Thank you for the help.

    I had used a template from revolution slider and didn’t realise paralax option was on. This fixed everything and is working exactly how I want it to.

    #1312358

    Christopher
    Moderator

    Glad we could help you with this.