- This topic has 5 replies, 2 voices, and was last updated 4 years, 6 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 › Architect Pro theme logo space
Hi
can you supply a fix so I can make the logo horizontal space larger please
https://nigelstevenson.co.uk/new/contact/
thanks
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.logo { width:36%; padding:10px 0;}
.header_right { width:60%;}
Regards,
Dave
perfect but the mobile is now too small, can that be fixed as well please
https://nigelstevenson.co.uk/new/wp-content/uploads/2021/02/mobilecapture.jpg
thaks
Hi,
Kindly use this CSS:
@media screen and (max-width:479px) {
.logo, .header_right { width:100% !important;}
}
Regards,
Dave
double perfect 😉
🙂
WordPress CRM Plugins For those who are looking for the best WordPress CRM plugins to boost their businesses online, we have the needed list and […]
WordPress Form Builder Plugins Building a website without forms is like opening a store without doors. You need ways for visitors to contact you, sign […]
Every WordPress website relies on a MySQL database to store everything from your content and user information to site settings and plugin configurations. Yet many […]