Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #490127

    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

    #490334

    Hey primulsite!

    Your using the catalogue element? Add this to your custom CSS.

    .av-catalogue-image {
      width: 88px !important;
    }

    Cheers!
    Elliott

    #490430

    great Elliott, now it’s working.

    awesome support!

    #490956

    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

    #491256

    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.

    #491288

    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

    #491816

    Hi,

    I’m not sure what you mean by that, I couldn’t see any overlapping on the link you sent?

    Regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.