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].
Could you help me eliminate some of the spacing issues between the social media icons in the masthead and the menu when viewing responsive: http://9c9.a6a.myftpupload.com/
Thanks
Hi Tcpstudio,
You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
@media (max-width: 640px){ #masthead .social-media-button-container { text-align: center !important; } #masthead .panel-grid-cell { margin-bottom: 0 !important; } #masthead .widget { padding: 0 !important; } }You might also need to install the SiteOrigin CSS Editor.