-
AuthorPosts
-
January 25, 2023 at 1:48 pm #1395142
Hello, the row below the banner is a bit out of proportion in relation to the banner itself.
not on a desktop, but on a mobile it is.is there a way to make this part a bit less high for small screens?
and also …. a way to accomplish that the text will be smaller on a mobile / small screen, so smaller characters?
best regards, jelle vanhijfte
January 26, 2023 at 6:44 am #1395304Hey jeel147,
Thank you for the inquiry.
You can adjust the padding of the first section using the following css code.
.home div#av_section_1 .template-page.content.av-content-full.alpha.units { padding: 10px; }
And to adjust the size of the text on mobile view, edit the element (special heading) in builder, go to the Styling tab and configure the Font Sizes settings.
Best regards,
IsmaelJanuary 26, 2023 at 7:08 am #1395307Hi Ismael,
thank for your reply.imagine i want to change padding on the first section only at one certain page, for example the homepage. i can use your original solution
.home div#av_section_1 .template-page.content.av-content-full.alpha.units { padding: 10px; }
but what if i need to change one particular page, not the home page
is it enough to just mention the title of the page, in the beginning of the code?
So, there is this page called over-mij, i think this page would NOT need any padding for example , should the code be than:.over-mij div#av_section_1 .template-page.content.av-content-full.alpha.units { padding: 0px; }
?
Can i just relate to it by mentioning the name of the page, or do i need an ID?
and what if i want to have this code for all the pages on the website? just leave .home away in the code?
————————–
for the fonts: in the settings one can change the fonts, in general, but is there a way to say:
on my Desktop the font-size can be 18px for a title (H3 for example) but on a mobile it should be only 12 px?best regards, jelle
- This reply was modified 1 year, 9 months ago by jeel147.
- This reply was modified 1 year, 9 months ago by jeel147.
- This reply was modified 1 year, 9 months ago by jeel147.
- This reply was modified 1 year, 9 months ago by jeel147.
- This reply was modified 1 year, 9 months ago by jeel147.
- This reply was modified 1 year, 9 months ago by jeel147.
- This reply was modified 1 year, 9 months ago by jeel147.
- This reply was modified 1 year, 9 months ago by jeel147.
- This reply was modified 1 year, 9 months ago by jeel147.
January 28, 2023 at 2:22 pm #1395716Hi,
Thank you for your patience to use this css for another page that is not the home page you would replace .home with the ID of the page.
So for the post over-mij you can find the ID by hovering over the “edit” link and look at the bottom of the page for the hover link, you will see the ID is 22, so for posts you would use .postid-22 instead of .home, if it was a page you would use .page-id-22
I think there are some plugins that will show the IDs in an easier way.
If you want it to work for all pages and posts then remove the .homeBest regards,
MikeJanuary 30, 2023 at 12:18 pm #1395892Ok thank you Mike, this was ecactly what i needed to know.
last question about font sizes on mobiles, i can figure it out myself i think.if you want, you can close this ticket
best regards, jelleJanuary 30, 2023 at 12:44 pm #1395898February 10, 2023 at 10:43 am #1397425thanks mike, thats brilliant, didnt know this.
you can close this ticket now.
best regards, jelle vanhijfteFebruary 10, 2023 at 12:52 pm #1397452Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘row too high on mobile’ is closed to new replies.