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.

Vantage Premium mobile layout issue

Resolved 3 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

I have an issue on my site (most likely because I designed it myself) where I am happy with the end product for desktop, but there is a problem when viewed on a small mobile device.
On the desktop version there is a picture on the left of the landing page, and text to the right. This creates a mobile site where the first thing that pops of is a picture (of yours truly..)
I would like to remove this picture and the circle icon all together when viewed on mobile and just have text on the home page.
The picture is housed in a SiteOrigin Image widget, the circle icon is a Circle Icon.
Is there any modification or custom CSS I can write to remove these from mobile viewing?
Thank you in advance for your help with this.

URL: http://www.baldridgecpa.com

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 10 years, 3 months ago

    Hi Mitchell

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

    /* Home */
    @media (max-width: 680px) {
    	#pgc-21-0-0,
    	#pgc-21-0-1 {
    		display: none;
    	}
    }

    680px is the resolution at which the column in question will be hidden. If you’d like you can adjust that point by changing the 680px value.

    Hope that helps.

  2. Mitchell 10 years, 3 months ago

    Awesome Andrew –

    I applied that through Jetpack and it did exactly what I wanted it to.

    Thank you!

  3. Andrew Misplon Staff 10 years, 3 months ago

    Awesome :) Glad to hear that helped.

    All the best with your site.

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