Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #877404

    Hello,

    I would like to reduce the space between heading on this page between the image “Kx Camera” and the heading below “Kodak * Leica * Hasselblad PCP-80 Slide Projectors & Dissolve Units”:

    http://sbbits-dev.com/kxcamera/

    I reduced the space as much as possible already using the layout builder but I cannot reduce more… Is this something possible using Quick CSS?

    Thank you so much in advance for all your help!

    • This topic was modified 7 years ago by 805ITS.
    #877919

    Hey 805ITS,

    Enable the custom class field following this article: https://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and add a custom class to the section that the KX Camera image is included and add this custom CSS code:

     .customClass {
       margin-bottom: -32px !important;
    }
    

    Best regards,
    John Torvik

    #878346

    Thank you but I don’t see the option when I go to the theme options. Your article was posted 4 years ago so I am guessing it is at a different place now but I cannot find it.. Can you help?

    Thank you!

    #878408

    Hi,

    Yes, the original post was 4 years ago but this was updated Oct 19, 2017 with the Layout Builder Option. You can’t see this option since you are still using 4.0.3, please update your Enfold to the latest version (4.2) and don’t forget to make a backup first. :)

    Best regards,
    Nikko

    #878857

    My bad I didn’t see that! I updated the theme and added the custom css class but I don’t see a difference…

    #878863

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .page-id-11 .post-entry-11 .avia_textblock p {margin-top: 0px !important; }
    .page-id-11 .avia-builder-el-1 {margin-bottom: -20px!important; }

    Best regards,
    Mike

    #879977

    Thank you it worked! :)

    #880000

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Reducing space between headings’ is closed to new replies.