-
AuthorPosts
-
May 18, 2021 at 3:51 pm #1301025
Hi,
I’m not sure where I have gone wrong with the CSS but I can’t figure out how to make the caption and title larger on the fullwidth easy slider on mobile.
I have done it for desktop.Also, I have tried to make the timeline circles smaller on mobile but it all shifts across. Are you able to help me with better css so it’s inline?
Thanks
Amy
May 20, 2021 at 3:55 am #1301271Hi Amy,
The login details you posted are not working, please check and verify. If you have a screenshot highlighting what you would like to achieve, then please share that with us as well.
Best regards,
RikardMay 20, 2021 at 11:39 am #1301349This reply has been marked as private.May 21, 2021 at 11:45 am #1301588Hi,
Thanks for that. You have this somewhere in the theme, which is setting the size on mobile:
@media only screen and (max-width: 479px) { .responsive #top .slideshow_caption h2 { font-size: 20px !important; } }
I can’t check where it’s coming from, since /wp-admin/ redirects to an account page.
This CSS which is likely added in the same place, is setting the size for the caption:
@media only screen and (max-width: 479px) { .responsive #top .slideshow_caption .avia-caption-content { font-size: 13px !important; } }
This CSS is controlling the position of the numbers:
@media only screen and (max-width: 767px) { .av-no-preview .avia-timeline .milestone_icon.milestone-icon-hasborder .milestone_inner { line-height: 60px; } }
And this controls the timeline:
@media only screen and (max-width: 767px) { .av-no-preview .avia-timeline-vertical .av-milestone-icon-wrap:after { left: 32px; } }
Best regards,
RikardMay 21, 2021 at 11:56 am #1301593This reply has been marked as private.May 23, 2021 at 5:22 am #1301798Hi,
Thanks for the update. If you need help with finding CSS, then we need access to the WordPress backend. /wp-admin/ redirects to the URL in private, so we can’t access it.
Best regards,
RikardMay 24, 2021 at 3:22 pm #1302032This reply has been marked as private.May 25, 2021 at 6:27 am #1302141Hi,
Thanks for that. I see that some of the CSS is coming from the theme, but they are possible to override, even though they are using !important. I added this to the top of your Quick CSS box for example:
.responsive #top .slideshow_caption h2{ font-size: 26px !important; }
And it’s applying to your site. You should be able to do the same thing with the other blocks as well.
Best regards,
RikardMay 25, 2021 at 12:10 pm #1302210thank you!
May 27, 2021 at 5:57 am #1302510 -
AuthorPosts
- You must be logged in to reply to this topic.