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

    #1410983 My case wasn’t resolved yet. I still need the logos Centered on desktop view. See below comment that they removed the “center” code so that it would look good on mobile, But now it isn’t centered on desktop. Can you get me some CSS code that works for both desktop and mobile?

    Thanks for the login, I found in your Quick CSS you added this css:
    .avia-logo-slider .slide-entry-wrap {
    display: flex;
    align-items: center;
    }
    which doesn’t allow the element to change the layout for mobile to stack the logos at full site like this:

    I commented this css out to correct, please clear your browser cache and check.

    #1411595

    thanks

    #1411608

    Hi,

    We can’t search for thread IDs unfortunately, could you link to the previous thread here please? If your request wasn’t solved, then it’s better to keep posting in the same thread.

    Best regards,
    Rikard

    #1411652

    No problem, here is the whole thing:

    ME:
    The Partner logos under “Insurance we accept” are too small and unreadable. They look good on desktop.
    Can you tell me the setting or get me a CSS code for this. I’ve already added some spacing and centering code.

    .avia-logo-slider .slide-entry-wrap {
    display: flex;
    align-items: center;
    }

    #top .avia-logo-element-container .slide-entry {
    padding: 30px;
    }

    #top .avia-logo-element-container .slide-image { background: transparent !important; }

    YOU:
    Hey bemodesign,
    Thanks for the login, I found in your Quick CSS you added this css:

    .avia-logo-slider .slide-entry-wrap {
    display: flex;
    align-items: center;
    }
    which doesn’t allow the element to change the layout for mobile and stack the logos at full size like this:
    Enfold_Support_2379.jpeg

    I commented this css out to correct, please clear your browser cache and check.

    ME:
    I still need the logos Centered on desktop view. See below comment that they removed the “center” code so that it would look good on mobile, But now it isn’t centered on desktop. Can you get me some CSS code that works for both desktop and mobile?

    Thanks for the login, I found in your Quick CSS you added this css:
    .avia-logo-slider .slide-entry-wrap {
    display: flex;
    align-items: center;
    }
    which doesn’t allow the element to change the layout for mobile to stack the logos at full site like this:

    I commented this css out to correct, please clear your browser cache and check.

    #1411656

    Hi,
    Are you referring to the INSURANCE WE ACCEPT logos? I checked on Windows in Chrome, Firefox, & Edge and they are centered on desktop:
    Enfold_Support_2463.jpeg
    and on mobile
    Enfold_Support_2465.jpeg

    Best regards,
    Mike

    #1411657

    Hi,
    Sorry my mistake I was looking at horizontally centered, I see your point now, I added this css for desktop:

    @media only screen and (min-width: 768px) { 
    .avia-logo-slider .slide-entry-wrap {
    display: flex;
    align-items: center;
    }
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    #1411674

    you got it!! thanks

    #1411677

    Hi bemodesign,

    I’m glad that Mike could help you :)
    Please let us know if you still need further assistance on the topic or if we can close the thread.

    Best regards,
    Nikko

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