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

    How do I resize the logo (make bigger) and move it a bit over and down padding…

    Thanks!
    F

    #370113

    Hi freddieink!

    Try this CSS out.

    .logo img {
        height: 300px !important;
        max-height: 300px !important;
        padding-left: 200px;
        padding-top: 20px;
        width: 400px;
    }

    You can change it’s width and height there and move it around with the padding top and left values. If your going to change it’s height then you’ll also need to increase the size of your header in Dashboard > Enfold > Header.

    Cheers!
    Elliott

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