Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #93877
    clizana915
    Participant

    Hi,

    I made my site title always show. My slider image is starting in an absolute positon at the top of the page and I want it to begin after my nav and title. Please advise.

    Thank you

    #93881
    Mahesh
    Keymaster

    @clizana915: Please post in your site url.

    Regards,
    Mahesh

    #93929
    clizana915
    Participant
    #93931
    Mahesh
    Keymaster

    @clizana915: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #feature-slider {
        margin-top: 89px;
    }

    Regards,
    Mahesh

    #93937
    clizana915
    Participant

    I added it to the site, but that does not work well when viewing the site on different mediums. Some slider images have a gap between the nav and title and some mediums the slider image is behind the nav and title. Please advise

    #93938
    Mahesh
    Keymaster

    @clizana915: Please add the following CSS along:

    @media screen and (max-width:1152px) {
        #feature-slider {
            margin-top: 109px;	
        }
    }
    
    @media screen and (max-width:991px) {
        #feature-slider {
            margin-top: 62px;	
        }
    }
    
    @media screen and (max-width:600px) {
        #feature-slider {
            margin-top: 57px;	
        }
    }
    
    @media screen and (max-width:540px) {
        #feature-slider {
            margin-top: 55px;	
        }
    }
    
    @media screen and (max-width:480px) {
        #feature-slider {
            margin-top: 50px;	
        }
    }
    @media screen and (max-width:400px) {
        #feature-slider {
            margin-top: 45px;	
        }
    }

    Regards,
    Mahesh

    #93941
    clizana915
    Participant

    Thank you, this resolved the issue.

    #93984
    Mahesh
    Keymaster

    @clizana915: Thank you for your appreciation. If you like my support and Full Frame theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/full-frame?rate=5#postform

    Have a nice day!

    Regards,
    Mahesh

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Slider Image Start After Nav and Title’ is closed to new replies.