Home>Support>No responsive and Menu icon misplaced

No responsive and Menu icon misplaced

Hi,
Im using vantage premium i have got two issue with this theme
1. I wanted to increase the width of the sidebar, so i made it
#primary { width: 63% !important; }
#secondary { width: 33% !important; }
It worked fine on laptop and desktop but went horrible on the mobile device. It is running only in the small area of the mobile.
2. My menu icon is not in the position as it used to be. It climed on the top of HOME actually it was infront of the home.
Please prompt respose expected.

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

  1. 8 years, 4 months ago Alex S
    Hi, I Work Here

    Hi Crystal,

    As you’re a Vantage Premium user, you’re entitled to priority email support – you’ll only receive standard support on the forums due to us not being able to confirm if you’re a premium user or not. If you would like to make use of that, please follow the instructions found on this page. Please reference this thread.

    1. You can fix this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Please replace your CSS with either of the following CSS:

    Retain desired widths of mobile but force sidebar to always be present:

    	#primary { width: 63% !important; }	#secondary { width: 33% !important; float: right !important;}

    Use only your desired widths on Desktop (recommended):

    @media (min-width: 681px){	#primary { width: 63% !important; }	#secondary { width: 33% !important; float: right !important;}}

    You might also need to install the SiteOrigin CSS Editor.

    2. Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box. Please note that email replies are not private.

  2. 8 years, 4 months ago CRYSTAL N

    Thanks for the prompt response it looks much better now but still not taking the full space on the mobile I can see enough white space on both side.
    Also I have enable home icon. I think it should be just in front of the home tab but it has climbed just on top of home tab .
    Please advise me ASAP.

  3. 8 years, 4 months ago Alex S
    Hi, I Work Here

    Hi Crystal,

    I suspect the “white space” is due to content padding. Please navigate to WP AdminAppearanceCustom CSS and add the following CSS:

    @media (min-width: 681px){
    	.site-main {
    		padding-right: 0 !important;
    		padding-left: 0 !important;
    	}
    }
    

    As for your new issue, do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

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