Home › Forums › IT Consultant Support › Header Problem
- This topic has 9 replies, 2 voices, and was last updated 2 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
December 8, 2021 at 5:41 pm #187508
Hello Support i need some help over here it took almost 48 hours for one request of mine to be completed.
I need someone to help me out with my header, I need to know if I can add a custom header in place becouse my phone view header is not the header i want can you guys at least make the phone view header look exactly like my desktop header.December 8, 2021 at 5:46 pm #187511This is my current phone view header and i want it to look like my desktop header
https://ibb.co/S3CDkQKDecember 8, 2021 at 5:47 pm #187513And this is my desktop view this is how i want my phone view header to be arranged
https://ibb.co/QD3xfdFDecember 8, 2021 at 5:49 pm #187515my website link azenoelectronics.co.ke
December 8, 2021 at 5:50 pm #187516my wordpress admin login detail
username admin
password Adnan@1234December 8, 2021 at 5:50 pm #187517Can you please please please help me out i have a DEAD LINE to meet
December 8, 2021 at 5:55 pm #187518Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .logo { float: left; margin: 0; } .header-content-right { float: right; width: 60%; } .header-extras li:first-child { margin-bottom: 10px; margin-top: 20px; } }
Regards,
DaveDecember 8, 2021 at 7:54 pm #187536Oh my god i really appreciate it really do but can you help me with one small little detail.
How can i remove the search bar only from the phone view. i know I’m being annoying but please help me outDecember 8, 2021 at 7:55 pm #187537please
December 9, 2021 at 6:06 pm #187595Hi,
Kindly use this CSS to remove search bar in mobile.
@media screen and (max-width:479px) { .header-extras .product-search-form { display:none;} }
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.