Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #659043

    Without changing anything else, how can we increase the VERTICAL size of the logo?
    The logo image uploaded is already very big and is scaled back somehow by the theme.

    #659270

    Hey cblajos,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .logo img {
       max-height:80px!important;
    }
    

    Best regards,
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.