-
AuthorPosts
-
April 21, 2023 at 9:43 pm #1405204
Yes, however the issue on that page is that I’ve tried changing the different headers padding/spacing between the words and it seems to not be working . I’m not sure why. It has always worked before. Any ideas?
This is what I’m referring too: https://snipboard.io/t6MDwz.jpg
April 23, 2023 at 8:45 pm #1405306Hey simplycoding15,
The special heading element has a bottom padding of 10px, and because it has a H1 tag a top margin of 20px is added.
I’m not sure if you want to center the special heading:#top.page-id-38256 #av_section_1 .av-special-heading-h1 { text-align: center; }
or if you want to use letter spacing:
#top.page-id-38256 #av_section_1 .av-special-heading-h1 h1 { letter-spacing: 0.1em; text-align: center; }
Hopefully this helps with your question.
Best regards,
MikeApril 24, 2023 at 6:45 pm #1405416I deleted the 10px and the 20px and it still has a lot of space above the heading. Do you see all the blue space? I’m wondering if it has something to do with this setting in the ROW: https://snipboard.io/4kqoDC.jpg
April 25, 2023 at 1:08 am #1405457Hi,
I guess I didn’t understand your question originally, do you want it to look like the blue section AGES 6+ / GRADES 2-5?
Try this css:#top.page-id-38256 #av_section_1 h1.av-special-heading-tag { margin: 0 !important; } #top.page-id-38256 #av_section_1 .av-special-heading-h1 { text-align: center; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeApril 25, 2023 at 2:22 am #1405461Shouldn’t I be able to edit the height and padding right in the ALB within the element?
April 25, 2023 at 10:18 pm #1405605April 25, 2023 at 11:36 pm #1405612so you are stating that it is already in the custom CSS for some reason and thus not changing when I change the settings inside the element header correct?
April 25, 2023 at 11:59 pm #1405614Hi,
In the special heading element when you add a margin it is added to the element that wraps the H1 tag av-special-heading it doesn’t add or remove a margin from the H1 tag itself. Your custom margin for the H1 tag adds the margin to the H1 inside the special heading element.
I hope this explains better.Best regards,
MikeApril 26, 2023 at 12:08 am #1405616so do I pull the H1 tag out of that layer?
April 26, 2023 at 12:40 am #1405621 -
AuthorPosts
- You must be logged in to reply to this topic.