Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #964785

    Hi guys,

    i use this code to display two columns of products at mobile view. Works well.

    Only problem is, the yith wishlish button is to big now and covering some part of the price. Anyway to make it small on mobile?

    @media only screen and (max-width: 736px) {
    .avia_textblock pre, .responsive #top #main .products .product {
    width: 45.6% !important;
    margin: 0 4% 1% 0;
    }}

    #964964

    Hey Max,

    Can you add a screenshot or link us to a page where this is happening?

    Best regards,
    Jordan Shannon

    #964979

    Here is the link:
    screenshot

    It is the product archive of woocommerce.

    • This reply was modified 6 years, 5 months ago by Max.
    #964983

    Hi,

    Yes, but I’m not seeing a pricing a overlap. Can you screenshot this occurrence?

    Best regards,
    Jordan Shannon

    #965139

    Here we go:
    When the Euro amount is larger than a 3 digit number, it starts to overlap. In this exampple the € sign.
    screenshot

    #965544

    Hi,

    Try knocking the font down slightly on mobile. Try this

    @media only screen and (max-width: 767px)  {
    .woocommerce-Price-amount.amount{
    font-size:12px!important;
    }}

    Best regards,
    Jordan Shannon

    #967195

    Works great. Thanks

    Same thing i would need for the text of the categories in the product archives.

    #967316

    Hi,

    Great! I’m glad to help. Please provide a link to the additional page where you need this code.

    Best regards,
    Jordan Shannon

    #967325

    Link

    It is the description text for the categories.

    • This reply was modified 6 years, 5 months ago by Max.
    #967328

    Hi,

    Please add the following to quick css:

    @media only screen and (max-width: 767px)  {
    .woocommerce-loop-product__title{
    font-size:18px!important;
    }}

    Best regards,
    Jordan Shannon

    #967333

    It´s not the product title, it´s the category title.

    #967334

    Hi,

    Please screenshot, it will help me see the exact spot.

    Best regards,
    Jordan Shannon

    #967339

    screen

    In this screenshot you see several sub categories and some products.
    I want to change the the text size of the (sub)categories on mobile view, as they are too big there.

    #967342

    Hi,

    Apologies the only text I’m seeing being cut off on mobile is from the title (the text directly under the picture.)

    Best regards,
    Jordan Shannon

    #967344

    Main shop

    This screen appears under http://www.indien-haus.de/shop
    It shows the main categories. F.e. Lagerverkauf the ‘f’ is cut off.
    Wohnzimmer the ‘r’ is cut off.

    #967358

    Hi,

    I see now. Try this:

    @media only screen and (max-width: 767px)  {
    h2.woocommerce-loop-category__title{
    font-size:18px!important;
    }}

    Best regards,
    Jordan Shannon

    #967369

    Great. Thanks a lot. Amazing support here.

    #967383

    Hi,

    No problem at all my friend. I’m glad I was able to help. If you need anything further, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Two column product view’ is closed to new replies.