invbr
Forum Replies Created
-
Use the cover block instead of image.
Do I believe it is better, or is there a reason to use an image?
I recommend that you review this.
If you have a reason and want to continue, I managed to make this CSS for mobile:
@media screen and (max-width:500px) { img.wp-image-2752 { margin-left: -1.4em !important; margin-right: -1.4em !important; width: auto !important; max-width: none !important; } }Is your theme updated as well?
The staff will help you better.
Hi @monke
I discovered your problem!
Just enter iphones, and have seen a device or emulator to understand.
Update a version of the theme that is having problems fixed by my friend.
Make a backup first.
Good luck!
Forum: Themes and Templates
In reply to: [Storefront] eliminate border on elementThanks @jarretc
Forum: Themes and Templates
In reply to: [Storefront] align image next to each otherThanks @alchymyth
I want say responsive.
woocommerce -> settings -> products -> inventary
See the plugins you’re using too, if that can’t be the problem.
I think only you are seeing it like that, but unfortunately I don’t know why. If the support people know they’ll be here soon.
Try to recreate the block, review the settings, there is some custom css for that, see if it is not your cache .. they are options to go testing.
Are you up to date with all the updates? Make a backup before attempting to update.
Forum: Themes and Templates
In reply to: [Storefront] Icons account, search and basket are missingthis css is turning the icons white, so you don’t see them.
.site-footer a:not(.button):not(.components-button) { color: #ffffff; }Sorry but I looked at your mobile site and I don’t see it.
Take a print and share the page link if possible.
Forum: Themes and Templates
In reply to: [Storefront] Leave screen size imageHi @jarretc
I would like my cover to extend to the height of the screen.
Currently on small screens it looks great, occupying the entire height, but on larger screens it doesn’t look as I would like.
See an example
OK: https://snipboard.io/uV0t91.jpg
Problem: https://snipboard.io/1nzSP8.jpg
I use a wordpress cover block with an image and text overlaid only and I would like them to look the same on larger screens, occupying the height of the screen in the same proportion.
are you sure?
I looked at your site and I see the 3 products in 1 line.
This is the button to add to the cart.
It displays select options why there are variations of your products.
If you created it with a woocommerce block on the side panel you have an option to hide this button.
Or you can use the following css in appearance -> customize -> additional css:
.wc-block-grid__product-add-to-cart, .wc-block-grid__product-add-to-cart a {
margin: 0;
word-break: break-word;
white-space: normal;
display: none;
}The support staff will guide you better if I have gone wrong or need to supplement the information.
Forum: Themes and Templates
In reply to: [Storefront] icon does not workI got it!
The font-family attribute with the Brands value was missing from the CSS.
https://fontawesome.com/how-to-use/with-the-api/setup/configuration
Thank you @jarretc!
Leave here to help others in need.
Forum: Plugins
In reply to: [WooCommerce] icon does not workI got it!
The font-family attribute with the Brands value was missing from the CSS.
https://fontawesome.com/how-to-use/with-the-api/setup/configuration
Thank you @robinrsa !!!