Home Forums WoodMart support forum How to arrange a photo without borders around the edges in the store in mobile ?

How to arrange a photo without borders around the edges in the store in mobile ?

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #309975

    RUSEA
    Participant

    How to arrange a photo without borders around the edges in the store in mobile version?

    Attachments:
    You must be logged in to view attached files.
    #309983

    RUSEA
    Participant

    No border, how?

    #310001

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    I am checking the link you have provided and I do not see any borders: https://gyazo.com/77a6fb750a8197093d917b96fb93d4ab

    Please clarify the issue.

    Best Regards

    #310679

    RUSEA
    Participant

    How to arrange a photo without borders around the edges in the store in mobile version?

    Attachments:
    You must be logged in to view attached files.
    #310700

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    .site-content.shop-content-area {
    padding:0;
    }

    Best Regards

    #614890

    RUSEA
    Participant

    .site-content.shop-content-area {
    padding:0;
    }
    This code no longer works. write a new one, I don’t need boxes in the store not padding left and right.
    your new versions only make things worse. new functions are good, but you need to at least keep the code the same so as not to rewrite all the css

    #615064

    RUSEA
    Participant

    I want to go back to the previous version

    #615138

    Artem Temos
    Keymaster

    Hello,

    Replace that code snippet with the following one to fix this

    .woodmart-archive-shop .wd-content-layout {
    	padding-inline: 0;
    }

    Kind Regards

    #615191

    RUSEA
    Participant

    a lot needs to be redone v css.
    I want to go back to the previous version.
    tell me where I can download version 7.6

    #615274

    RUSEA
    Participant

    Previously, this code only moved the product card and the store itself, now it moves both the cart and payment without frames and the site becomes inconvenient.
    I bought a working theme and set it up, but your update ruined everything for me.
    Tell me where to get the previous version?

    Attachments:
    You must be logged in to view attached files.
    #615353

    Artem Temos
    Keymaster

    Hello,

    We refactored our structure and CSS a lot in our latest update to optimize the markup and page size. That is why some custom CSS made for the previous version may not work as expected. Please provide us with your admin access so we can check this for you.

    Kind Regards

    #615790

    RUSEA
    Participant

    admin login details in private

    #615908

    Artem Temos
    Keymaster

    Hello,

    We have added the custom CSS provided earlier and it works correctly. Note that your custom CSS you created before may not be fully compatible with the latest version. You need to review your customizations and correct in accordance with our new theme’s structure.

    Kind Regards

    #616324

    RUSEA
    Participant

    thanks for the changes in the store. but the problem in the product card remains, I use layouts woodmart

    Attachments:
    You must be logged in to view attached files.
    #616423

    Artem Temos
    Keymaster

    As we can see, you have already added the custom CSS for this https://take.ms/S0cgh

    #616639

    RUSEA
    Participant

    I tried to make changes to the product card, but the cart was damaged.
    I want to return version 7.6 where can I download it

    Attachments:
    You must be logged in to view attached files.
    #616728

    Artem Temos
    Keymaster

    Hello,

    To fix this, you need to remove this code from custom CSS for mobile devices

    .wd-content-layout {
        padding-block: 15px !important;
        padding-inline: 0px !important;
    }

    and add this one instead

    .single-product .wd-content-layout {
    	padding-block: 15px !important;
    	padding-inline: 0;
    }

    Kind Regards

    #617357

    RUSEA
    Participant

    Everything is great. Well done. Thank you

    #617461

    Artem Temos
    Keymaster

    Great, we are glad that you sorted it out. Feel free to contact us if you have any further questions.

Viewing 19 posts - 1 through 19 (of 19 total)

The topic ‘How to arrange a photo without borders around the edges in the store in mobile ?’ is closed to new replies.