Cut off topic at the end

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
Matze
Sr. Propeller Head
Posts: 166
Joined: Mon Jun 20, 2016 10:35 pm

Cut off topic at the end

Post by Matze »

I´ve trouble at the end of the topics, the text in the topic container is cutted-off.
Flare_Randunten.JPG
I belive, there is something wrong with my p style of the master page footer.
Because to make sure that my text do not touch the gray bottom, I´ve define a 10px white border-top of the footer.

border-top: 10px solid rgb(255, 255, 255);

Stupidly my topic text disappears under the footer.

Code: Select all

p.MasterPageFooter {
    width: 100%;
    position: fixed;
    right: 0px;
    bottom: 0px;
    background-color: rgb(65, 65, 65);
    color: rgb(255, 255, 255);
    text-align: right;
    font-size: 12px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 5px;
    padding-top: 0px;
    border-bottom: 5px solid rgb(65, 65, 65);
    border-top: 10px solid rgb(255, 255, 255);
}
You do not have the required permissions to view the files attached to this post.
Matze
Sr. Propeller Head
Posts: 166
Joined: Mon Jun 20, 2016 10:35 pm

Re: Cut off topic at the end

Post by Matze »

solved :mrgreen:

body margin-bottom a bit more space...
Post Reply