• I posted that I was not able to get the text to the right of the logo after pasting css code from another post. I finally figured out that if does align the test to the right, but only if the number of characters doesn’t exceed about 31 characters, the text then shows below the logo. How do I get more characters to show to the right of the logo on several lines?

    https://www.darkhorsesolar.com

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter guinsell

    (@guinsell)

    I have installed a child theme plugin. But, I’m not a WordPress power user. Can you step me through how to use it to make multiple lines of text next to the logo?

    Thanks

    Hi,

    Please use below css in custom css option
    .logo .img-responsive { float: left; }

    in place of css provided you before.
    Now you can have text at right as per height of logo.
    If you want more space for text increase the Height of logo.

    Thanks

    Thread Starter guinsell

    (@guinsell)

    Thank you. I will try that.

    Is it possible to replace the email, phone, and social areas with something else like text?

    Thanks

    Thread Starter guinsell

    (@guinsell)

    The CSS custom code worked. Thank you. The text justifies right. Is there a way for it to justify left?

    Hi,

    Please add below css in custom css option:

    .logo .img-responsive {
    float: left;
    }
    .logo p{
    text-align:left;
    }

    Save the changes.
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Text right of logo – Can only use about 50 characters’ is closed to new replies.