Increase logo size + Aliment

Im trying to increase the logo size to the size of the file i upload but it will not work? what is the issue or how can i fix this ? and I would like the menu even with the logo not below or on the top of the page, just middle lined up, how can i fix this? and how can I get the logo to move over to the left more ?

Hi there,

Thanks for writing around!

  • To fix the logo size issue, please find and remove the following CSS from the theme:
.x-brand img {
    width: 70%;
}
  • To align the menu in the middle, add the following CSS code in the Theme Options > CSS:
.x-navbar .desktop .x-nav > li > a {
    padding-top: 55px;
}
  • To move the logo to the left, make use of the following code:
.masthead .x-navbar .x-container.max.width {
    position: relative;
    width: 90%;
    max-width: 100%;
}

You can find more info on how to check for CSS selectors here. Then information about writing your custom CSS here

Hope this helps!

where is that code in the theme ? or child theme maybe better ? no

Hello @rotation,

Thanks for asking. :slight_smile:

No, it’s not coming from child theme. Please check and remove it from X > Theme Options > CSS.

Thanks.

Where do i find the first code to delete?

Hi There,

Can you try finding that custom CSS under Customizer > Custom > CSS or Theme Options > CSS.

Let us know how it goes!

I got it it worked . thanks

1 Like