Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #724057

    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

    #724257

    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

    #724271

    nope that hasn’t fixed my issue..

    #724339

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.