- This topic has 8 replies, 3 voices, and was last updated 7 years, 1 month 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
TYPO3 to WordPress Migration If you want to migrate your website from TYPO3 to WordPress, here are the full-fledged solutions. Though the migration process can […]
Umbraco to WordPress Migration A content management system is important for any small to big business. It helps to make your digital platform strong and […]
In the event that you have both a WordPress site and a YouTube channel, you should need to incorporate these stages. One route is by […]