- This topic has 5 replies, 2 voices, and was last updated 8 years, 8 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Logo not centered
Hi,
When I upload my logo it’s centered, it is all the way to the top, How do I center it?
Thanks
HI,
Kindly show us the website URL.
Regards,
Shri
elitesecurityusa.com
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.logo { padding-top:22px;}
Regards,
Shri
It worked great on the desktop but now it’s not centered on the mobile formate.
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) {
.logo { padding-top:0;}
}
@media screen and (min-width:768px) and (max-width:1023px) {
.logo img { width:40%;}
}
Regards,
Shri
Promising WordPress Themes We have collected the most promising WordPress themes to guarantee the sustainable and revenue generating nature of your website revolving around any […]
Free WordPress Google Map Plugins Google Maps are the maps that can be integrated into your website to show the address in the proper way. […]
Sitecore to WordPress Migration When you want to grow your business, your Sitecore CMS platform can sometimes seem complex and expensive. Then, you need a […]