This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Remove elements when in mobile view

Resolved 4 replies premiumthemetheme-vantage
10 years ago · Last reply by Daniel 10 years ago

I am rebuilding a website with your vantage theme – it is still in progress
I would like the clickable icons at the top and the navigation in the footer to not be visible on mobile. Both have been created with Tablepress plugin and inserted into a text widget in the header and footer.

URL: http://budgetwebsites.melbourne/WHS/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Belinda Martin 10 years, 11 months ago

    Sorry would like to remove everything above the menu from mobile view and I have figured out how to remove the tablepress items.

  2. Daniel Staff 10 years, 11 months ago

    Hi Belinda

    Am glad that you are making progress on your site.

    You can fix this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    @media screen and (max-width: 480px) { 
    header#masthead .hgroup #header-sidebar{
        display:none !important;
    }
    header#masthead .hgroup .logo{
        display:none !important;
    }
    }

    Try that out and let me know the outcome.

    Cheers

  3. Belinda Martin 10 years, 11 months ago

    Perfect – thank you for your help. As a graphic designer I love your theme as it has endless possibilities when it comes to design.

  4. Daniel Staff 10 years, 11 months ago

    Hi Belinda Martin

    Thank you for your kind words :)

    Am glad that it worked out for you.

    Always feel free to open a new thread whenever you require support

    Cheers

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread