Hi,
I’m trying to center an HTML logo.
Thanks,
Hey connect4consulting!
Please add to your CSS file
.header_color div {
text-align: center
}
let me know if that was what you needed.
THanks a lot
Regards,
Basilis
Basilis –
Thanks – helpful. Now how do I drop it down slightly?
Hi,
Try the following CSS:
.custom_content {
padding-top: 10px;
}
Best regards,
Jordan