Home Forums WoodMart support forum Hide to price too big margin left

Hide to price too big margin left

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #233030

    tcsg.toth
    Participant

    .platform-Mac .hide-larger-price .price>ins, .platform-Mac .hide-larger-price .price>small, .platform-iOS .hide-larger-price .price>ins, .platform-iOS .hide-larger-price .price>small

    This element margin left is too big in Desktop. In Tablet and phone there is no problem.
    Screenshot attached.

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

    Hello,

    I saw the screenshot you attached and visited your website and there is no such space as you mentioned.

    Please clear the cache and check back.

    Screenshot for Clarification: https://ibb.co/7rWSX36

    Regard’s.
    Xtemos Studios.

    #233191

    tcsg.toth
    Participant

    Hello,
    Cache cleared, I also checked it in private mode but still have the issue. Problem appeared after you switch the theme to Storefront and switched back…
    I have a “13 Macbook Pro.

    #233212

    Hello,

    Please try adding the following Custom CSS in the Custom CSS area under Theme Settings >> Custom CSS.

    .platform-Mac .hide-larger-price .price>ins,
    .platform-Mac .hide-larger-price .price>small,
    .platform-iOS .hide-larger-price .price>ins,
    .platform-iOS .hide-larger-price .price>small {
    margin-left: 4px;
    }
    .platform-Safari body.hide-larger-price .price>ins,
    .platform-Safari body.hide-larger-price .price>small {
    margin-left: calc(1em + 4px);
    }

    And this will be fixed in the next update.

    Best Regards.

    #233227

    tcsg.toth
    Participant

    worked, thank you

    #233268

    tcsg.toth
    Participant

    I also checked it with a Macbook Air, maybe “12 and still have problem 🙁

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

    tcsg.toth
    Participant

    Also checked with iPhone X and same..

    #233385

    Artem Temos
    Keymaster

    Sorry, replace the previous code with the next one

    .platform-Mac .hide-larger-price .price>ins, 
    .platform-Mac .hide-larger-price .price>small, 
    .platform-iOS .hide-larger-price .price>ins, 
    .platform-iOS .hide-larger-price .price>small {
        margin-left: 4px;
    }
    .browser-Safari body.hide-larger-price .price>ins, 
    .browser-Safari body.hide-larger-price .price>small {
        margin-left: calc(1em + 4px);
    }
Viewing 8 posts - 1 through 8 (of 8 total)