badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Last page line is hided by bottom bar

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #42945
    Benjamin
    Participant

    Hey 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
    Ben

    #42965

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

    #42970
    Benjamin
    Participant

    I’m afraid not. Bar still laps over page and hides last line.

    Br
    Ben

    #43108

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

    #43113
    Benjamin
    Participant

    Hey 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
    Ben

    #43114
    Benjamin
    Participant

    Is for fixed header bar and footer.

    Br
    Ben

    #43570

    Oh! Yes do add below CSS code too so that your last line will not be overlapped.

    #main {
        padding-bottom: 50px;
    }

    Thank you!

    #43612
    Benjamin
    Participant

    Thanks guys!

    #43640

    You 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!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.