Okay
  Public Ticket #2952253
Logo and Company name
Closed

Comments

  • Louis started the conversation

    How do I keep the title of the website next to the logo it from wrapping?  I would even be ok having the the title of the website below the logo if I could center it on the logo.


    "BLACKSAGE ARMS"

    Wraps to 

    "BLACKSAG

    E ARMS"

    Thank you.

  •  1,667
    Andrey replied

    Hello, Dear Louis!

    Thank you for your questions.

    We can offer to reduce a bit a little the are for logo to free up some space for text slogan.

    To do this, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    a.logo img {
        display: inline-block;
        max-height: 118px;
    }
    

    Save changes and check the results at front-end.

    Best Regards!