Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    Editing the logo CSS won’t help because it is the div that the logo is in that needs resizing.

    Try adding the following CSS in the style sheet in your editor (I assume you’re using a child theme? If not, perhaps your theme has a theme options section with an area where you can apply custom CSS):

    .uk-width-1-2.uk-width-medium-1-4.brand {
    width: 37%;
    padding-left: 1em;
    }

    This should relate to the div that the logo is in.

    .uk-width-1-2.uk-width-medium-3-4.main-menu.mega-menu {
    width: 63%;
    }

    This should relate to the div that the menu is in, to resize it in order to fit alongside the logo.

    • This reply was modified 7 years, 6 months ago by karen1309_.
    • This reply was modified 7 years, 6 months ago by karen1309_.
    Thread Starter irvanmhd

    (@irvanmhd)

    Hi karen1309,
    Yes, I am using the child theme. I’m trying your codes now… I’ll be back with the result

    Thread Starter irvanmhd

    (@irvanmhd)

    Hi karen1309, WOW.. it works… thank you so much!

    You’re welcome, glad I could help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help Me With The Website Logo’ is closed to new replies.