• HI, I would like to reduce the logo size when it’s in the center position. How can I do that?

    Also, I would like to put the “Cart amount” in the primary menu instead of in the top bar.

    My web: https://www.sportlink.es

    Could you help?
    Thanks a lot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey, you link is protected?

    The logo size would depend on what you upload? Is it an option just to upload a smaller logo?

    As for the cart in the primary menu that isn’t an option with the theme you would have to edit the header.php file or hook into the menu items with a function using a child theme.

    Kadence Themes

    Thread Starter kunstudio17

    (@kunstudio17)

    Hey!
    Now the web is visible.

    If I upload a smaller image it doesn’t look as sharp as if I upload a bigger image and it automatically crops. What I would like to do is to reduce the space allocated to the logo in the centered logo option…

    As per the cart, I am using a child theme in fact, but I’m quite new at php functions, could you suggest the function to use?

    Thanks!!

    I don’t see a center logo setup with your site?

    Assuming your going to change it you would need to add this css:

    div#logo {
      max-width: 360px;
      margin: 0 auto;
    }

    as for the php function you can check out the templates/header.php and see how it’s called into the topbar.

    Kadence Themes

    Thread Starter kunstudio17

    (@kunstudio17)

    Ok thanks! I changed the setup to left because it looks better.
    I’ll try your suggestions and let you know!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Virtue Theme – Reduce centered logo size’ is closed to new replies.