Okay
  Public Ticket #2610980
logo dimension
Closed

Comments

  • ilfriz80 started the conversation

    Hi, how I can increase the size of my logo? (top left)I would like  the double of the size in the desktop

    I would like that it's appears also in mobile version


    thank you in advance

  •  933
    Neuron replied

    Hi,

    As I could see you're using the default header which is the Second Classic Header template, so please go to Dashboard > Saved templates and check which template you're using and then please edit that header template with Elementor and you have the option to increase the width of the logo.

    https://prnt.sc/vpody4

    Feel free to ask for anything you need.

    Kind Regards


  • ilfriz80 replied

    there's a problem 

    If I change the size of the logo, it doesn't increase but it changes in wrong position

    see attachment please

  •  933
    Neuron replied

    Hi,

    Sorry for the late reply.

    If you're not using the default header but a header template that you've created with Elementor, you need to change the width on Elementor and not on the theme style.

    Feel free to ask for anything you need.

    Kind Regards


  • ilfriz80 replied

    thank you, I have tried but in my Elementor I cannot find "Edit Logo" see attachment

  •  933
    Neuron replied

    Hi,

    Can you please provide me with your WP-admin, I will have a quick look to see what's going on, make sure to click on private reply.

    Feel free to ask for anything you need.

    Kind Regards


  •   ilfriz80 replied privately
  •  933
    Neuron replied

    Hi,

    I've added you the following code at Appearance > Customize > Additional CSS, to increase the width of the logo.

    .elementor-24049 .elementor-element.elementor-element-4ae2840 .neuron-logo img {
        width: 144px !important;
    } 

    Feel free to ask for anything you need.

    Kind Regards


  • ilfriz80 replied

    VERY GOOD THANK!!!

    is it possibile in mobile also?

  •  933
    Neuron replied

    Hi,

    Yes, sorry that I've forgotten to send you the code also for the mobile view.

    @media(max-width:720px) {
        .elementor-24049 .elementor-element.elementor-element-4ae2840 .neuron-logo img {
        width: 100px !important;
        }
    }

    Feel free to ask for anything you need.

    Kind Regards