Home>Support>Mobile View

Mobile View

By djgb58, 7 years ago. Last reply by Alex S, 7 years ago.

Hello Andrew,
Just built another site with Vantage but not to happy with the way it looks in Mobile view “http://www.faypedlerclinic.co.uk/”.
I have used Mobile view extensions for Google Chrome and also looked at it on my Samsung Galaxy A5 2016 and some of the text looks bunched up and some are not formatting right “look at the contact us tabs I have put on the bottom of most pages”,
Do you have any tips on using Vantage for mobile view.

Best Regards
David

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 10 months ago djgb58

    Should have also said to look at “the team” page on a mobile text looks all over the place.

    David

  2. 7 years, 10 months ago Alex S
    Hi, I Work Here

    Hi Djgb58,

    Regarding the homepage. I recommend remaking the icons at the top of the homepage using a features widget and disabling the responsive layout for it (it’s a dedicated setting). This will prevent that row from appearing so odd when viewed on a mobile device. To clarify, if you can’t see a widget called the SiteOrigin Features widget, please navigate to WP AdminPluginsSiteOrigin Widgets and activate it.

    Regarding the footer. Please navigate to WP AdminAppearanceWidgets and open up the Layout Builder in your footer. Please open the first row by clicking the wrench icon and head over to the row styles sidebar. Open the layout settings group and set the bottom margin to 0. Repeat this process for the other row.

    This isn’t very noticeable on a desktop, but on mobile devices, this will reduce the footer size dramatically.

    Regarding the header. I would recommend adding the following CSS to WP AdminAppearanceCustom CSS as it’ll make the header look nicer due to the avaliable room.

    @media (max-width: 679px){
    	#header-sidebar {
    		margin: 0 !important;
    	}
    
    	#header-sidebar #sow-icon-2, #header-sidebar #text-2 {
    		float: left !important
    	}
    }
    

    You might also need to install the SiteOrigin CSS Editor.

    Regarding the teams page and the contact button / page. I don’t see any major issues these, although this is likely due to my unfamiliarity with them/ Could you clarify how you would rather them appear?

    For reference, this is what I see.

  3. 7 years, 10 months ago djgb58

    Hello Alex S,
    Thanks for getting back to me and I’ve spent sometime putting it into action and I think it does look better on a mobile but still cannot get rib of the gap between the phone number and the icon as what I would like is to close that up a little and have the text in the vertical middle as its baseline now.

    Best Regards
    David

  4. 7 years, 10 months ago Alex S
    Hi, I Work Here

    Hi David,

    Oh, you changed to a single widget rather than a text and icon widget. Okay, so that definitally complicates things but it’s still possible. Please navigate to WP AdminAppearanceCustom CSS and replace:

    @media (max-width: 679px){
    	#header-sidebar {
    		margin: 0 !important;
    	}
    
    	#header-sidebar #sow-icon-2, #header-sidebar #text-2 {
    		float: left !important
    	}
    }
    

    With:

    @media (max-width: 679px){
    	#header-sidebar {
    		margin: 0 !important;
    	}
    
    	#header-sidebar .widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-left {
    		padding: 0 !important;
    	}
    
    	#header-sidebar .circle-icon-wrapper {
    		float: left;
    	}
    
    	#header-sidebar .circle-icon {
    		background: transparent !important;
    		position: static !important;
    	}
    
    	#header-sidebar .circle-icon, #header-sidebar .fa {
    		display: inline !important;
    		width: auto !important;
    	}
    
    	#header-sidebar .text {
    		display: none;
    	}
    
    	#header-sidebar h1 {
    		float: right;
    	}
    }
    
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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More