Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I have premium version but I see that even if i specify font size in % in text widget they do not adjust automatically if website is seen on mobile phone.
Any suggestions on how to make vantage based website look truly responsive?
Also, even after I disable search in menu, it shows up in mobile version.
Also, background image should bleed end to end, but currently it is not.
Hi R G
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) { .headline.panel-widget-style { font-size: 140%!important; } }(My two cents, you could use this to remove the space between the menu and the image)
#main { padding-top: 0px !important; }Let me know if that works out for you
Cheers
Thanks Addo, that worked ! and thanks for your two cents , I love it.
Any feedback on removing “search” from menu when on mobile phone? Also, how to make menu items right aligned?
Hi R G
Perfect :-)
Am glad that worked out.
For your other issue kindly open a new thread for each question. This helps us ensure we keep track of each issue individually and ensure all our customer queries have been looked at as required.
Page: New Thread
Thank you for your patience and understanding.