Hi – unfortunately it is still not working. I’m wondering if I should hide the plugin after a certain break point?
This is all the css I have in the sb settings in case this helps?
#sb_instagram .sbi_follow_btn {
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
text-align: center;
padding-bottom: 30px;
padding-top: 15px;
font-weight: normal;
font-style: normal;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 2px
}
.sbi_follow_btn {
background: #f8f8f8;
color: #ababab;
}
#sbi_load {
padding-top: 0px !important;
}
@media(max-width: 600px){
#sb_instagram #sbi_images .sbi_item{ display: none; }
#sb_instagram #sbi_images .sbi_item:nth-child(-n+4){ display: inline-block; }
}
@media only screen and ( min-width: 480px ) and ( max-width: 700px ) {
#sb_instagram.sbi_col_9 #sbi_images .sbi_item {
width: 25%;
padding: 0!important;
}
#sb_instagram.sbi_col_9 #sbi_images .sbi_item:nth-child(n+5) {
display:none !important;
}
}
@media only screen and ( min-width: 600px ) {
footer .footer-widget:nth-child(n) {
width: 100% !important;
padding: 0!important;
}
}
@media (max-width: 980px) {
#footer-widgets {
padding: 0%!important;
}
}
@media (max-width: 767px) {
#footer-widgets {
padding: 0%!important;
}
}
@media (max-width: 479px) {
footer #footer-widgets .footer-widget:nth-child(n) {
margin-bottom: 0 !important;
}
}
This is the custom css I have in my child theme style sheet:
/* bottom elements padding */
.bottom-nav {
padding-left: 30px;
}
@media (min-width: 981px) {
.et_pb_gutters2 .footer-widget {
margin: 0 !important;
}
}
@media only screen and ( min-width: 480px ) and ( max-width: 700px ) {
{
.et_pb_gutters2 .footer-widget {
margin: 0 !important;
}
}
@media only screen and ( min-width: 600px ) {
{
.et_pb_gutters2 .footer-widget {
margin: 0 !important;
}
}
#menu-footer {
width: 100%!important;
}
/*additional instagram padding*/
@media (max-width: 980px) {
#footer-widgets {
padding: 0%!important;
}
}
@media (max-width: 767px) {
#footer-widgets {
padding: 0%!important;
}
}
@media (max-width: 479px) {
#footer-widgets {
padding: 0%!important;
}
}