Home › Forums › WordPress Themes – Premium › Luminescence › Logo
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
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
Thank you! It is fixed.
Miranda
Good to hear Miranda Graat.