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 8 years, 11 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.