Home › Forums › All Other Themes › Architect Pro header logo space
- This topic has 8 replies, 3 voices, and was last updated 6 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
February 28, 2018 at 12:52 pm #95301
Hi
how can I change the header logo space top of all pages?
http://kenttilecentre.co.uk/wordpress/
February 28, 2018 at 12:56 pm #95302Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.logo { left:20%;}
Regards,
ChrisFebruary 28, 2018 at 4:28 pm #95317thanks 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
March 1, 2018 at 10:21 am #95391Hi Chris, could you reply to the previous message please, I’ve got a client waiting to see the new design – thanks
March 1, 2018 at 10:31 am #95395Hi,
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,
ChrisMarch 1, 2018 at 12:13 pm #95417perfect thanks
March 1, 2018 at 12:24 pm #95421🙂
March 3, 2018 at 9:53 am #95545Hi Chris, apologies but I’ve just realised the mobile page version is compressing the image
March 5, 2018 at 7:57 am #95615Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.