Site logo

Archived topic

Litte erro in the CSS

4 replies · Started by infocus on August 19, 2017

Viewing posts 1–5 of 5

Hello Tom,
the css template have a litte error:

.footer-bar-align-left .footer-bar {
    float: left;
}

Went the footer is in the left option, the text still is viewing in centrer align because it inherits this css:

.gallery-item, .site-info {
    text-align: center;
}

The css code need one line:

.footer-bar-align-left .footer-bar {
    float: left;
    text-align: left;
}

Can you link me to the page where this is happening (without the fix)?

Thanks!

That is a clean localhost. Even without the GPpremium plugin or any other plugin activated only i have GP base theme and this still happend.

Fixed in the next version.

Thank you! :)

Thank you to you Tom!

This archived topic is closed to new replies.