- This topic has 8 replies, 3 voices, and was last updated 7 years, 2 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Architect Pro header logo space
Hi
how can I change the header logo space top of all pages?
http://kenttilecentre.co.uk/wordpress/
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.logo { left:20%;}
Regards,
Chris
thanks Chris
that just moved the logo to the right
I want to keep the logo left but expand the size into the space on the right please
Hi Chris, could you reply to the previous message please, I’ve got a client waiting to see the new design – thanks
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.logo { left:0 !important; width:45%;}
.header_right { width:55%;}
Regards,
Chris
perfect thanks
🙂
Hi Chris, apologies but I’ve just realised the mobile page version is compressing the image
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS and paste below code there:
@media (max-width: 767px){
.logo{width: 100%;}
.logo img{height: auto;}
.header_right{width: 100%;}
}
Regards,
Shri
Magento to WordPress Migration The migration process is indeed helpful for your dream business as your e-commerce business needs this buckle up to grow and […]
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. […]