anniebadodo Posted June 23, 2020 Posted June 23, 2020 Site URL: http://www.solrise.org Hi I am trying to get me instagram feed to be one row that extends across the footer -- I tried this code but it still leaves it stacked and wierd.... any suggestions?? I have an additional code in the footer to get rid of search box. @media screen and (min-width:960px) { .Footer-inner { padding-left:0px; padding-right: 0px; padding-bottom:0px; padding-top:0px; } .tweak-site-width-option-full-background .Footer-inner { max-width: 100% !important; margin-left: auto; margin-right: auto; } /**styles for top footer section**/ .Footer-blocks--top { padding-left:0px; padding-right:0px; } /**styles for bottom section**/ .Footer-blocks--bottom { padding-left:100px; padding-right:100px; } /**styles for middle sections**/ .Footer-blocks--middle { padding-left:100px; padding-right:100px; } .Site { overflow-x: hidden; overflow-y:hidden; } }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.