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

    Hi

    i got s Split Menu here and want the Logo to be Bigger. I guess i have to play with height, but it also needs to stay nicely centered. How can i fo that?
    The Passwort is in the privat content.

    http://mp.cpanel10.xodox.de/

    #935970

    Hey dezomat2,

    Please remove the code I gave you before and use this instead.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 780px) {
      #header .logo img {
        top: 45%;
        transform: translateY(-50%);
        max-width: 250px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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