• Resolved jumpingjoey

    (@jumpingjoey)


    Hi Ryan,

    Thanks for this great plugin! So simple and clean.

    I decreased the height of my banner, and now I’m just trying to centre the text to sit in the middle of the banner. I can’t work out how to do it, so I’d love really love some help!

    The website is https://www.dressforchange.co

    Thanks,
    Joelle

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    Try adding the following to the custom css

    
    .simple-banner .simple-banner-text {
        padding: 0px;
        line-height: 30px;
    }
    

    if that doesn’t work just try

    
    .simple-banner-text {
        padding: 0px;
        line-height: 30px;
    }
    

    And if neither of those work try making the replacing padding: 0px; with padding: 0px !important; in those statements.
    Let me know if that works. Thanks for downloading!

    • This reply was modified 7 years, 7 months ago by rpetersen29.
    Plugin Author rpetersen29

    (@rpetersen29)

    I’m going to assume this is resolved due to late of reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Vertically centre text’ is closed to new replies.