• Hi,
    My logo is too wide, resulting in reduced height, and poor display. Could you please help me with a custom CSS code, increasing the width of the allotted space?

    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @ertca,

    Thanks for reaching out, and thank you for using the free version of our Vega theme- we really appreciate it!

    This CSS should do the trick for you, you can adjust the max width to whatever size you would prefer:

    @media (min-width: 992px) {
        .navbar-custom .navbar-brand img {
            max-width: 400px;
        }
    }

    If you run into any trouble or have any additional questions, just let us know.

    Thanks again!

    Thread Starter ertca

    (@ertca)

    Your coding works perfectly, thanks a lot!!

    Very happy to hear that- thanks so much for letting me know. 🙂

    Have a great day!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Increase logo width’ is closed to new replies.