Can you please help me make the images bigger on this page:
http://kriesi.at/themes/enfold-restaurant/delivery/
I see 2 option:
1. Mouse over – pops a big image
2. Bigger Images…
Thanks,
Radu
Hey primulsite!
Your using the catalogue element? Add this to your custom CSS.
.av-catalogue-image {
width: 88px !important;
}
Cheers!
Elliott
great Elliott, now it’s working.
awesome support!
Hi!
Switch it to this to make it square.
.av-catalogue-image {
width: 88px !important;
border-radius: 2px !important;
}
It’s always linked to the post instead of adding the product to your cart.
Add this to your custom CSS to get rid of the show details button.
.button.show_details_button, .button-mini-delimiter {
display: none !important;
}
.button.add_to_cart_button.product_type_simple {
width: 100% !important;
}
Best regards,
Elliott
awsome!
One more question,
I found the half answer here:
https://kriesi.at/support/topic/sticky-header-for-mobile/
I need the same but for submenu
Sticky submenu on mobile.
Hi again! :)
Solved it, (ish)
now there is this, please check this page on mobile…
the sticky menu overlaps the first blocks of text.
Thanks