Home Forums WordPress Themes – Premium Luminescence Logo Reply To: Logo

#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