Tagged: bottom bar last line
- This topic has 8 replies, 3 voices, and was last updated 9 years, 7 months ago by
Theme Horse Support Team.
-
AuthorPosts
-
February 25, 2016 at 10:49 pm #42945
Benjamin
ParticipantHey there,
to get a fixed bar at the bottom of the page I inserted following (Design Options ->) Custom CSS:
#site-generator {
padding: 5px 0px 15px;
position:fixed;
bottom:0;
width:100%;
background-color: #fff;
}Now last line of pages is hided by the bar. I it possible to show page in full length?
Br
BenFebruary 26, 2016 at 11:05 am #42965Theme Horse Support Team
KeymasterHi Ben,
Remove your custom CSS and add the below one.
#site-generator { position:fixed; bottom:0; width:100%; background-color: #fff; } #colophon .widget-wrap { padding-bottom: 64px; }Thank you!
February 26, 2016 at 3:11 pm #42970Benjamin
ParticipantI’m afraid not. Bar still laps over page and hides last line.
Br
BenMarch 3, 2016 at 10:58 am #43108Theme Horse Support Team
KeymasterHi Benjamin,
Could you please provide us the site URL so that we can see the exact issue and provide you exact custom CSS code.
Thank you!
March 3, 2016 at 11:22 am #43113Benjamin
ParticipantHey guys,
at the moment Custom CSS is
.hgroup-wrap, #access { position: fixed; width: 100%; z-index: 100; } .hgroup-wrap { background-color: #fff; top: 0; } #access { top: 105px; } .header-main { margin-top: 155px; } @media only screen and (min-width: 480px) and (max-width: 767px) { .hgroup-wrap, #access { position: fixed; } .header-main { margin-top: 0; } } #site-generator { position:fixed; bottom:0; width:100%; background-color: #fff; } #colophon .widget-wrap { padding-bottom: 64px; }Page link is https://www.benjamin-bauer.de/impressum/
Br
BenMarch 3, 2016 at 11:23 am #43114Benjamin
ParticipantIs for fixed header bar and footer.
Br
BenMarch 17, 2016 at 10:30 am #43570Theme Horse Support Team
KeymasterOh! Yes do add below CSS code too so that your last line will not be overlapped.
#main { padding-bottom: 50px; }Thank you!
March 19, 2016 at 10:11 pm #43612Benjamin
ParticipantThanks guys!
March 21, 2016 at 7:55 am #43640Theme Horse Support Team
KeymasterYou welcome Benjamin
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/ultimate
We really appreciate your rating.Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.
