Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #437669

    I am current using the Partner/Logo Element as a product category carousel on the home page of a site I’m working on and am having a hard time adjusting the vertical spacing. It is inside a Color Section with padding set to none, but it still has a lot of padding between it and the Revolution Slider above it (link in private notes).

    Is there an easy way to to cut the vertical spacing between these elements in half so I can have the Partner/Logo Element.is visibly above the fold? I have played around with this.avia-logo-element-container in the CSS and can’t get it to work.

    Thanks
    Jon

    #438163

    Hi Jon!

    could you please provide a link showing your partner/logo elements? I could not find it on your homepage …
    A screenshot showing what you want to achieve would help as well (imgur.com, dropbox).

    Cheers!
    Andy

    #438327

    The Partner/Logo Element is fairly predominate on the home page, they are the thumbnails of the bugs spanning the entire page that rotate right below the full width slider.

    I was able to figure out my space issue, but am still having an issue with the Partner/Logo Element. Everything looks great out of the box but once I add a link to one of the thumbnails it adds a grey background color to the sides. I want to add links to all the thumbnails but do not want it to add the background color.

    As an example attached and visible on the site I gave only the “View All Services” thumbnail a link and it has wide great background the other thumbnails do not.

    Thanks
    Jon

    #438329
    This reply has been marked as private.
    #439460

    Hi!

    Thank you for the info.

    Add this in the Quick CSS field to remove the box shadow and background:

    #top .avia-logo-element-container img {
      box-shadow: none;
    }
    
    #top .avia-logo-element-container .slide-image {
      background: transparent;
    }

    Cheers!
    Ismael

    #439484

    awesome, that worked amazing. I was really struggling to find the element ID in Firebug for some reason and this helped a ton.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Partner/Logo Element vertical spacing issue’ is closed to new replies.