
-
AuthorPosts
-
February 6, 2025 at 6:21 pm #1476545
1. No matter what I adjust, I can’t get the font size to change on the “caption text” on full width slider.
Can you help or get me CSS? I adjusted in the section and it didn’t work. This below did Not work. thanks/* Responsive Font Size for Mobile */
@media only screen and (max-width: 768px) {
.avia-caption-content {
font-size: 40px !important;
}
}2. I also need to adjust the “line-height” on both titles because the words are really spread apart.
Thanks!!-
This topic was modified 2 months, 1 week ago by
bemodesign.
February 6, 2025 at 8:48 pm #14765543. Sorry to combine this but can you also get me CSS code for less white space at the top and bottom of the AI logo? There is just too much.
thank you!!
-
This reply was modified 2 months, 1 week ago by
bemodesign.
February 7, 2025 at 8:56 pm #1476648please let me know on this. thank you
February 8, 2025 at 8:19 pm #1476724Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 768px) { .avia-caption-content p { font-size: 40px !important; } } #top.home .av-special-heading.avia-builder-el-5 { margin-top: 0; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeFebruary 8, 2025 at 8:44 pm #1476730You are awesome! What is the code for “line-height” for both? thanks
February 8, 2025 at 8:57 pm #1476737And I have to ask you, because you are one of the best techs that I talk to, could you take quick look at my website? The formatting is different that when I am signed in, compared to live site. I even tried cache and all that. NOthign works. The headline sizes are small, button colors are white, and even missing a background photo at the bottom of home page. Can you please Take a quick look?
live, not right formatting: https://img.savvyify.com/image/Screen-Shot-2025-02-07-at-5.39.03-PM.9p7cM
my view when signed in: https://img.savvyify.com/image/Screen-Shot-2025-02-07-at-5.40.42-PM.9pGUAhttps://img.savvyify.com/image/Screen-Shot-2025-02-08-at-12.52.28-PM.92ll8
https://img.savvyify.com/image/Screen-Shot-2025-02-08-at-12.52.05-PM.92yWNFebruary 8, 2025 at 8:57 pm #1476738Hi,
@media only screen and (max-width: 768px) { .avia-caption-content p { font-size: 40px !important; line-height: 32px !important; } } @media only screen and (max-width: 479px) { #top #wrap_all .avia-slideshow .av-slideshow-caption .avia-caption-title { font-size: 50px; line-height: 43px; } }
Best regards,
MikeFebruary 8, 2025 at 11:22 pm #1476741You are the best!!!
And last thing please, because you are the only one who will be able to figure this out:
The formatting is wrong, only on Desktop view. On mobile it is right and when I am signed in, it looks correct.
I even tried cache and all that. Nothing works. The headline sizes are small, button colors are white, and even missing a background photo at the bottom of home page. see screenshots. Can you please Take a quick look?live, not right formatting: https://img.savvyify.com/image/Screen-Shot-2025-02-07-at-5.39.03-PM.9p7cM
my view when signed in: https://img.savvyify.com/image/Screen-Shot-2025-02-07-at-5.40.42-PM.9pGUAhttps://img.savvyify.com/image/Screen-Shot-2025-02-08-at-12.52.28-PM.92ll8
https://img.savvyify.com/image/Screen-Shot-2025-02-08-at-12.52.05-PM.92yWNFebruary 9, 2025 at 12:20 am #1476743It is fixed now. Not sure what it was, but thanks!
February 9, 2025 at 2:25 pm #1476767Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard -
This topic was modified 2 months, 1 week ago by
-
AuthorPosts
- The topic ‘enfold Fullwidth Easy Slider Caption Font Size’ is closed to new replies.