Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #580416

    Hey,

    I need some help here: http://www.coolbudgethotels.com

    1. Decrease the space between the logo and the separator

    2. Choose a Destination – I want it bigger (AVH Extended Categories Widget)

    3. Masonry
    – I don´t want the images to fly in
    – I want the title to be bigger
    – I don´t want to show the date

    4. I don´t want the expand options on an image, see last image

    What codes shall I add?

    Thanks!
    Charlotte

    #581445

    Hi Charlotte!

    Thank you for using Enfold.

    1.) Set the height of the header in the Enfold > Header panel. Set the Header Size settings to custom then adjust the height accordingly.

    2.) Add this in the Quick CSS field:

    #top #extended-categories-select-2 {
        padding: 20px 20px;
        font-size: 20px;
    }

    3.a) Use this to disable the animation:

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        -webkit-animation: none;
        animation: none;
    }

    3.b) For the title:

    .av-masonry-entry-title.entry-title {
        font-size: 30px;
    }

    3.c) Remove the date:

    .av-masonry-date.meta-color{
        display: none;
    }

    4.) Add the “noLightbox” to the class attribute of the link tag.

    In the future, please create a single thread for each inquiry. Thank you.

    Cheers!
    Ismael

    #581538

    Great, thanks Ismael.

    Yes, I will add a single thread in the future..

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Decrease space and Masonry changes’ is closed to new replies.