-
AuthorPosts
-
June 25, 2023 at 7:47 am #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.
June 25, 2023 at 7:47 am #1411595thanks
June 25, 2023 at 11:04 am #1411608Hi,
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,
RikardJune 25, 2023 at 8:58 pm #1411652No 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.jpegI 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.
June 25, 2023 at 9:49 pm #1411656June 25, 2023 at 9:54 pm #1411657Hi,
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,
MikeJune 26, 2023 at 1:02 am #1411674you got it!! thanks
June 26, 2023 at 1:55 am #1411677Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.