Tagged: x
-
AuthorPosts
-
November 12, 2016 at 8:29 pm #1254875
SitegemzParticipantI moved the footer menu & logo to where it’s displaying over content at the bottom of my page & I’m wondering if there’s a way to remove the bar where it once sat.
Halydean.info
November 12, 2016 at 8:30 pm #1254876
SitegemzParticipantsorry screenshot didn’t load
November 13, 2016 at 2:04 am #1255003
ChristopherModeratorHi there,
Please disable ‘Bottom Footer’ under Customize -> Footer.
Thanks.
November 13, 2016 at 10:22 am #1255289
SitegemzParticipantthat takes away the logo & the menu I moved inside the pic just above it. Is there anyway to maybe change it’s dimensions or add a background of the grass? something so it’s not blazing white at the bottom of the page? Ideally I’d like to change it’s dimensions to 1 or 2px high
November 13, 2016 at 10:31 am #1255295
RupokMemberHi there,
It seems you have used a negative margin and transparent background for this by the below code :
footer.x-colophon.bottom { background: transparent none repeat scroll 0 0; margin-top: -165px; position: relative; z-index: 9999; }I am not really sure what you are trying to achieve here. If you are trying to place the bottom footer within the section then use this instead :
.site { position: relative; } footer.x-colophon.bottom { background-color: transparent; bottom: 0; left: 0; position: absolute; right: 0; z-index: 9999; }Hope this helps.
November 14, 2016 at 9:43 am #1256535
SitegemzParticipantthat worked great thanks
November 14, 2016 at 9:54 am #1256563
RahulModeratorGlad it worked for you.
If you need anything further to ask, let us know. We’d be happy to assist you with it.
Thank you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1254875 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
