Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1254875
    Sitegemz
    Participant

    I 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

    #1254876
    Sitegemz
    Participant

    sorry screenshot didn’t load

    http://d.pr/i/wcRt

    #1255003
    Christopher
    Moderator

    Hi there,

    Please disable ‘Bottom Footer’ under Customize -> Footer.

    Thanks.

    #1255289
    Sitegemz
    Participant

    that 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

    #1255295
    Rupok
    Member

    Hi 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.

    #1256535
    Sitegemz
    Participant

    that worked great thanks

    #1256563
    Rahul
    Moderator

    Glad 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.

  • <script> jQuery(function($){ $("#no-reply-1254875 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>