[Resolved] Litte erro in the CSS

Home Forums Support [Resolved] Litte erro in the CSS

Home Forums Support Litte erro in the CSS

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #369573
    Marcelo

    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;
    }
    #369646
    Tom
    Lead Developer
    Lead Developer

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

    Thanks!

    #369871
    Marcelo

    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.

    #372242
    Tom
    Lead Developer
    Lead Developer

    Fixed in the next version.

    Thank you! 🙂

    #372252
    Marcelo

    Thank you to you Tom!

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