Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #41487
    Miranda Graat
    Participant

    Is it possible to add some more space beneath the logo so that the menu beneath the logo isn’t direct underneath but a bit lower?

    http://handinhand-lisa.nl/

    Regards,
    Miranda

    #41538
    Sushil Adhikari
    Moderator

    Dear Miranda Graat,

    You can add this following css on child theme style.css or additional css section of customizer[This is default function of WordPress 4.7 ]. So your changes will not lost on theme update.

    #logo-wrapper, #left-logo-wrapper, #right-logo-wrapper {
        margin-bottom: 20px;
    }

    Note: You can increase decrease margin-bottom value as per your requirement.

    Let us know how it works for you.

    Thanks

    #41559
    Miranda Graat
    Participant

    Thank you!
    It is fixed.

    Miranda

    #41665
    Sushil Adhikari
    Moderator

    Good to hear Miranda Graat.

    Thanks

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