- This topic has 27 replies, 4 voices, and was last updated 3 years, 3 months ago by
Fernando.
-
AuthorPosts
-
December 14, 2022 at 3:41 pm #2462197
Leo
StaffCustomer SupportDid you clear your caching plugin after the updates?
If the issue still exists, can you disable the caching plugin for us to take a look?
December 14, 2022 at 6:15 pm #2462259Justin
Yea I did and I also tried disabling it but didn’t solve the issue
December 14, 2022 at 7:00 pm #2462281Fernando Customer Support
Hi Justin,
This is what it currently looks like on my end on mobile: https://share.getcloudapp.com/z8ulYney
May I know how you want it to look like?
December 14, 2022 at 7:29 pm #2462298Justin
https://postimg.cc/QHMZWM75
This is what it was beforeDecember 14, 2022 at 8:27 pm #2462319Fernando Customer Support
Can you try adding this CSS?:
@media (max-width: 768px) { form.wp-block-search__button-inside.wp-block-search__icon-button.alignright.wp-block-search .wp-block-search__inside-wrapper { border-radius: 40px; } form.wp-block-search__button-inside.wp-block-search__icon-button.alignright.wp-block-search .wp-block-search__inside-wrapper input#wp-block-search__input-1 { border-radius: 30px; padding-top: 0; padding-bottom: 0; } form.wp-block-search__button-inside.wp-block-search__icon-button.alignright.wp-block-search { border: none; background-color: transparent; } button.wp-block-search__button.has-icon.wp-element-button { background-color: transparent; color: #888888; padding: 4px 0 4px 0; } }December 14, 2022 at 9:09 pm #2462345Justin
It didn’t change anything
December 14, 2022 at 9:16 pm #2462349Fernando Customer Support
You have a syntax error somewhere in your custom CSS. Copy and paste all CSS code you have here http://csslint.net/ and correct the error first.
December 14, 2022 at 10:14 pm #2462370Justin
I tested that by removing all custom css and just adding your css but that did noting also
December 14, 2022 at 10:59 pm #2462389Fernando Customer Support
I can see it working from my end. Can you try clearing your browser’s cache? If that doesn’t work, try a different device/browser.
December 15, 2022 at 1:53 pm #2463416Justin
That wasn’t the case for me but I instead just undid everything and after much research got it to look almost the way it was before except for one thing the height is much larger and when I try to change the height with CSS the search icon lowers what is a good fix for this?
December 15, 2022 at 5:51 pm #2463538Fernando Customer Support
That’s odd. It must have been a caching issue.
Try adding this:
form.wp-block-search .wp-block-search__inside-wrapper :is(input#wp-block-search__input-1, button.wp-block-search__button) { padding-top: 5px; padding-bottom: 5px }Replace the values to adhere to your preference.
December 15, 2022 at 6:39 pm #2463563Justin
Thank you that worked
December 15, 2022 at 7:13 pm #2463574Fernando Customer Support
You’re welcome, Justin!
-
AuthorPosts
- You must be logged in to reply to this topic.