Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1434291

    Hi,

    I would like make the logo bigger.
    Could you help me?
    Thanks advance,

    BR,

    Antonio

    #1434319

    Hey Antonio,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1434330

    Hi Rikard,

    Sorry, Here I send you.
    Thank you,

    BR,

    Antonio.

    #1434353

    Hi,

    Thank you for the inquiry.

    You can add this css code to increase the maximum width of the logo.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #header .logo img {
        max-width: 200px;
      }
    }

    Default max-width value is 100px. You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.

    Best regards,
    Ismael

    #1434377

    Hi Ismael,

    I have do that but it don’t works.
    Thanks advance,

    BR,

    Antonio.

    #1434462

    Hi,

    Thank you for the update.

    Did you add the code in the Enfold > General Styling > Quick CSS field? The code seems to be working correctly on our end. Please provide the login details in the private field so that we can check the modifications properly.

    Best regards,
    Ismael

    #1434476

    Hi Ismael,

    Yes I have added the css code.
    Here I have send you the credentials.
    Thanks advance,

    BR,

    Antonio.

    #1434591

    Hi,
    I moved the css to WordPress ▸ Customize ▸ Additional CSS and made an adjustment and it seems to work now, please clear your browser cache and check.

    Best regards,
    Mike

    #1434920

    Hi Mike,

    Works perfect!
    Many thanks

    BR,

    Antonio

    #1434923

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Logo bigger’ is closed to new replies.