New Landing How can we help? Atelier Checkout Page – Plugin & Theme clashing on layout

Viewing 15 posts - 16 through 30 (of 30 total)
  • Posted in: Atelier
  • #268048
    dej888
    Member
    Post count: 181

    Hi Mohammad,

    That defeats the whole purpose of sending a gift card to a receiver… this is extremely important and cant just be removed.

    #268057
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Can you please adjust the position of it? Just before the checkout form.
    Thanks
    Mohammad

    #268061
    dej888
    Member
    Post count: 181

    How can I do this?

    #268376
    dej888
    Member
    Post count: 181

    Can you please help on providing details on this kindly.

    #268449
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .sc_info_box {
        margin: 50px 0px 20px 14px !important;
        width: 39% !important;
    }

    Thanks
    Mohammad

    #268451
    dej888
    Member
    Post count: 181

    Mohammad,

    Thank you so much, you are the best! ๐Ÿ™‚

    #268452
    dej888
    Member
    Post count: 181
    This reply has been marked as private.
    #268497
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,
    Add the code below to adjust it in the mobile resolution.

    @media only screen and (max-width: 479px){
    .sc_info_box {
        width: 93% !important;
    }
    }

    Hope it helps.

    -Rui

    #268516
    dej888
    Member
    Post count: 181

    Added this under the code mohammad provided. It is not working.

    Should I remove this from my .css?

    .sc_info_box {
    margin: 50px 0px 20px 14px !important;
    width: 39% !important;
    }

    and only place yours in?

    #268517
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    You should have both, mine is only active when the resolution drops below the 479px(mobile resolution)

    You add an syntax error in my code there was one extra dot before sc_info_box
    Check again.

    -Rui

    #268552
    dej888
    Member
    Post count: 181

    Got it! – Thank you ๐Ÿ™‚

    For tablet, it didnt change anything. Is there css to get it working like it does for the pc? right now it shows underneath all, same as before.

    #268565
    dej888
    Member
    Post count: 181

    ok, i sorted out the tablet view!

    Question about your code. Now on mobile view, with the css add you provided, it has now disabled the togle feature of sending gift card to receiver or to yourself. It only works on full screen pc. Not on smaller view. Can you please help understnad for me why this toggle feature does not allow you to click on mobile or smaller browser when shrunk.

    Thank you team.

    #268605
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media screen and (max-width: 767px) {
    .sc_info_box {
        position: relative !important;
        z-index: 11111 !important;
    }
    }

    Thanks
    Mohammad

    #268679
    dej888
    Member
    Post count: 181

    Thank you so much ๐Ÿ™‚

    #268682
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad ๐Ÿ™‚ to help you.
    Thanks
    Mohammad

Viewing 15 posts - 16 through 30 (of 30 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register