Home › Forums › WordPress Themes – Premium › Luminescence › Logo › Reply To: Logo
January 19, 2017 at 5:36 am
#41538
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