• Resolved kbyr7

    (@kbyr7)


    I am working with a Child Theme of Preus Pro. I think the size of the logo is fixed in the theme because I’ve tried uploading several sizes of the same logo and it looks the same every time. So I believe I need to adjust or add some code to my child theme editor to fix the size? This is where I’m not sure what to do…

    Ideally, I’d like to fill the space between the search bar and the menu.

    Any insight or advice is appreciated. Thanks!

    https://www.wholelotofhappiness.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • Well hello there, the problem is on line 183 of your main.css. You will find this line of code there

    .main_logo {
    max-width: 390px;
    }

    that line is telling your logo no matter what your max width can only be 390px wide. You can simple change that to the width you want and everything will fall into place

    Thread Starter kbyr7

    (@kbyr7)

    How do I access my main.css?

    Is there a code I could add to my child them css to override it?

    Thanks!

    Yes just add the code to your styles.css in your child theme!

    Thread Starter kbyr7

    (@kbyr7)

    Thank you!!

    Hi,

    Does anyone know how to create my logo bigger in Santorini Template?

    Many Thanks

    Hi Lucaelba!

    You need to start your own thread in the Support Forums. Don’t post on a resolved support ticket.

    Thanks!

    Stacy

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to Make my Logo Bigger’ is closed to new replies.