- This topic has 7 replies, 2 voices, and was last updated 7 years, 5 months ago by
Mahesh.
-
AuthorPosts
-
June 20, 2016 at 8:52 am #93877
clizana915
ParticipantHi,
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
June 20, 2016 at 9:53 am #93881Mahesh
Keymaster@clizana915: Please post in your site url.
Regards,
MaheshJune 20, 2016 at 4:28 pm #93929clizana915
ParticipantJune 20, 2016 at 4:39 pm #93931Mahesh
Keymaster@clizana915: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#feature-slider { margin-top: 89px; }
Regards,
MaheshJune 20, 2016 at 4:55 pm #93937clizana915
ParticipantI 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
June 20, 2016 at 5:09 pm #93938Mahesh
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,
MaheshJune 20, 2016 at 6:49 pm #93941clizana915
ParticipantThank you, this resolved the issue.
June 21, 2016 at 12:19 pm #93984Mahesh
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 -
AuthorPosts
- The topic ‘Slider Image Start After Nav and Title’ is closed to new replies.