• Closed
  • Jeff Rollo
    Spectator
    September 24, 2016 at 6:17 am #30385

    Hi, I was wondering if there is a way to RIGHT align BOTH Title and Tagline. As you can see, the writing gets lost in the background.

    Denzel Chia
    Moderator
    Posts: 2656
    September 24, 2016 at 9:35 am #30391

    Hi,

    Please use the following in Theme Options -> Custom CSS

    #logo, #tagline {
    clear: both !important;
    float: right !important;
    }

    Thank you.

    Jeff Rollo
    Spectator
    Posts: 9
    September 24, 2016 at 10:35 am #30393

    Brilliant once again. Thank you very much Denzel.

    Denzel Chia
    Moderator
    Posts: 2656
    September 26, 2016 at 6:02 am #30410

    You are welcome.
    Thank you!