- This topic has 10 replies, 3 voices, and was last updated 4 years, 8 months ago by
Ying.
-
AuthorPosts
-
July 25, 2021 at 9:12 am #1870415
Sourabh
HI,
Nav Search bar css not working on desktop and tab seems…working well in mobile however.
July 26, 2021 at 2:15 am #1871038Elvin
StaffCustomer SupportHi there,
Can you specify which CSS in particular isn’t working on desktop?
I’ve checked the site and if you’re pertaining to the “search” button when the search form is opened, I don’t see any custom CSS related to it on the page aside from this one:
/* search button styling */ .main-navigation input[type="submit"].search-submit { background-color: #fff; color: #000; border: 1px solid; height: auto !important; padding: 4px 10px; }and this doesn’t style the alignment.
July 26, 2021 at 2:39 am #1871076Sourabh
HI,
the same CSS we also used in our other sites (I think given by you and David), link given…
use the link and see dekstop, tab and mobile view (focus here on placeholder text size, search button text and size and alignments)etc..
the same code was used but things not working, also wants to know why there is so much space from the right side which search box covering??? bcoz it’s overlapping the button…
Can you specify which CSS in particular isn’t working on desktop?
the same CSS working well in mobile (search bar placeholder text size etc and but the same not in tab & desktop..
hope it helps to understand
July 26, 2021 at 9:57 am #1871797Ying
StaffCustomer SupportCan you directly paste the code here?
July 26, 2021 at 10:06 am #1871810Sourabh
It’s good in mobile but not working on desktop and tab…also let me know how to reduce the size of search placeholder text??
July 26, 2021 at 12:25 pm #1871949Ying
StaffCustomer SupportI can see your code is working on desktop.
If it’s not what you see, can you try clearing your browser cache?
To reduce the font size of place holder, try this CSS:
.search-form.navigation-search input.search-field { font-size: 15px; }July 26, 2021 at 12:32 pm #1871954Sourabh
NO, I have fixed it.
It was happening due to cache plugins, which I have uninstalled…
Could you please delete screen cast snapshots…
July 26, 2021 at 3:42 pm #1872092Ying
StaffCustomer SupportOK.
July 26, 2021 at 7:41 pm #1872196Sourabh
Thanks ying.
One more point, How to make a cursor blinking before placeholder text when the search box is open ??
July 26, 2021 at 7:45 pm #1872199Sourabh
Ignore done this. Thanks
July 27, 2021 at 9:30 am #1873210Ying
StaffCustomer SupportGlad to hear that 🙂
You are welcome!
-
AuthorPosts
- You must be logged in to reply to this topic.