Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #419089

    Hey Enfold. Is there a reason that the css below ( i found this code in participants previous support issue – it allows for the content slider a ‘buffer’ so it doesn’t ‘push’ down the page if the content lines of text are uneven.) would cut in half the partner / logo element?

    There’s around 20 client logos in my logo element ( 5 rows of 4 ) but when I added the CSS below it cuts it down to a single row ( and a half ) of logos – weird. When I remove the CSS it’s OK again…I tried reloading the logos but it’s still the same…

    The site is under construction.

    @media only screen and (min-width: 491px) {
    #top.home .avia-content-slider-inner {
    height: 160px !important;
    } }

    @media only screen and (max-width: 490px) {
    #top.home .avia-content-slider-inner {
    height: 250px !important;
    } }

    #419166

    Hey Marssolutions!

    Do you have a link for the page in question so that we can have a closer look please?

    Best regards,
    Rikard

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