Hey, when you scroll down in the link i sent there a gap between the logos. how can i remove that 20px gap?
here’s a screenshot
Hey Arthith,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .flex_column {
margin-bottom:0 !important;
}
}
Best regards,
Rikard
nope that hasn’t fixed my issue..
Hi,
Try this code if it does not make any change deactivate any caching plugins and hard refresh the browser a few times.
If you still have any issues please post us your login details in private so we can take a closer look.
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .slide-loop-1.flex_column{
margin-bottom: 0px!important;
}}
Best regards,
Vinay