Tagged: 

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

    I am trying to reduce the amount of space below the Icon List.
    I have tried the following Quick CSS without success:
    .avia-icon-list-container {
    padding-bottom: 0;
    padding-top: 0;
    }
    I also tried:
    .avia-icon-list-container {
    margin-bottom: 0;
    margin-top: 0;
    }
    Neither of the above Quick CSS have worked for me.

    It may be best if I gave it a Custom CSS Class so it’s not a global change to my entire site.

    The page I am working with is:
    http://www.ojoexperts.com/books/

    Thanks,
    -Owen

    #487590

    Hey Owen,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .page-id-3987 #after_layer_slider_1 .content {
      padding-bottom:0px !important;
    }

    Best regards,
    Rikard

    #488262

    That mostly worked…it didn’t bring it down to 0 and negative numbers didn’t work, but it worked good enough for what I needed, thanks!

    #488525

    Hey,

    Great, glad we could help. Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

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