• Resolved docevents

    (@docevents)


    Hello,
    I have entered some logos in the project section – cause is not possible to put images or code in the Pricing Section.

    When I look on the mobile I see all the logos – in a wrong position. The positioning is correct based on what I have entered but is not what I want to see
    Is if possible to hide this section only on mobile ?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author FameThemes

    (@famethemes)

    Hello @docevents,

    Yes. It is possible. But first thing, I recommend you add these images into a div.
    For example:

    <div class="price-logos">
    // your images 
    </div>

    Then add this to Customize => Additional CSS to hide on mobile only:
    @media ( max-width: 768px) { .price-logos { display : none; } }

    Let me know!

    Thread Starter docevents

    (@docevents)

    Great ! it worked perfectly. thanks for the quick and great support!

    Theme Author FameThemes

    (@famethemes)

    You’re welcome 🙂

    Hope you can leave us 5 stars review. Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hide a section in mobile view’ is closed to new replies.