Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1307378

    Hello, I have a problem. Cart and Tabs with the content disappears on the mobile version. I had the same problem on many pages. Please help

    June 9, 2021 at 6:06 am#1304789REPLY

    Rikard
    Moderator
    Hi Sergio,

    You have this CSS added, probably in Quick CSS:

    @media only screen and (max-width: 767px) {
    .avia-builder-el-3 {
    display: none!important;
    }
    }
    Please remove it.

    Best regards,
    Rikard

    June 23, 2021 at 2:42 pm#1307159EDIT | REPLY

    Sergio
    Participant
    Hi Rikard, thanks for your reply.
    I removed this CSS, but it didi not help. The cart is still hedden in mobile vercion
    Screenshot: https://yadi.sk/i/z94_g19Ojk8Rhw
    Once I remove this CSS, that what happens with the website:
    https://yadi.sk/i/G3nYUNByfcFywA
    https://yadi.sk/i/F3vT1plQSw1klA

    June 23, 2021 at 2:52 pm#1307160EDIT | REPLY

    Sergio
    Participant
    I paste CSS back. Problem with colums solved on the main page.. And the problem with hidden content exists only with mobile vercion…

    And if I remove CSS, that what happens even in full width on pc
    product page screenshot https://yadi.sk/i/RH9qWjthAbAAdQ editor screenshot https://yadi.sk/i/y316BdGNHwBedw

    and something wrong with displaying of the columns on the mail page. The right column runs on the top of right column.
    editor screenshot https://yadi.sk/i/oPm4EMDhBbc9pw page screenshot https://yadi.sk/i/VY_8pjOitZ1cmg

    This reply was modified 1 day, 14 hours ago by Sergio.
    June 25, 2021 at 4:20 am#1307367REPLY

    Rikard
    Moderator
    Hi Sergio,

    Please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site. Also include the information which you posted in this thread.

    Best regards,
    Rikard

    #1307496

    Hey Sergio,

    Thanks for opening a new thread. You can use any email for the account, or the one in private. Just remember to post the login details here in private, so that all moderators have access to them.

    Best regards,
    Rikard

    #1308802
    This reply has been marked as private.
    #1308870

    Hi,

    Thanks for that. I removed this CSS from your Quick CSS, and that worked:

    .avia-builder-el-3{
    display:none!important;
    }

    The class you are using there is a general class which will be applied to every third layout builder element on any page. If you need it for another element, then please try to explain your intentions, so that we can give you more specific CSS to use.

    Best regards,
    Rikard

    #1310392

    Hello, Rikard. Yes, it works fine. Thank you very much for your help!

    #1310464

    Hi Sergio,

    We’re glad that Rikard could help you out :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Cart, content disappears on the mobile version’ is closed to new replies.