-
AuthorPosts
-
April 5, 2026 at 10:53 am #1496591
Hello everyone,
I’ve added a text block here.
Link below:
Can I adjust the height of this block?
See screenshot.
Link below:Best regards,
FranzApril 5, 2026 at 2:00 pm #1496596Hey schweg33,
The height of the text block is based on the content inside of it. The paragraph tag in it will has top & bottom margin, and the section that it is in has padding from your custom css:.template-page.content.av-content-full.alpha.units { padding-top: 20px !important; padding-bottom: 20px !important; }It would probably look nicer if you removed the background color.
Best regards,
MikeApril 5, 2026 at 3:02 pm #1496600Hi Mike, thank you very much for your quick reply.
I’ve now adjusted it so that the background is visible everywhere.
Can the top margin still be removed?
Link below:I set the text color to white,
but it always displays in blue.Thanks,
Best regards,
FranzApril 5, 2026 at 3:37 pm #1496601Hi,
The top padding is set by your custom css:.template-page.content.av-content-full.alpha.units { padding-top: 20px !important; padding-bottom: 20px !important; }Change 20px to zero if you want to remove it, but note this will affect all of your pages.
While you have set the text color to white, your text is bold (strong) which has a blue color, either remove the strong tag, or add the color to the span style, like your font size.
If you don’t know how to do that try this css:.avia_textblock p span[style*="color: #ffffff"] strong span[style*="font-size: 14pt"] { color: #ffffff; }Best regards,
MikeApril 5, 2026 at 4:30 pm #1496605Advanced Styling
I’ve adjusted the text color now.
Now the spacing isn’t working anymore?Code in costomizer is red
see you print screenApril 5, 2026 at 4:38 pm #1496606Hi,
Typically code is red when there is an error, looks like you have / / above the css.Best regards,
MikeApril 5, 2026 at 4:43 pm #1496607I copied your code exactly
and added it exactly as it was?
ThanksApril 5, 2026 at 10:35 pm #1496612Hi,
You misunderstood, this is not my css, it is your css already on your site that you need to change:.template-page.content.av-content-full.alpha.units { padding-top: 20px !important; padding-bottom: 20px !important; }Change 20px to zero
Best regards,
MikeApril 6, 2026 at 7:06 am #1496615Thanks a lot, Mike.
Now I understand.Here’s the mobile horizontal view:
Link below:
Screenshot below:
Why is the burger menu red and too far to the right?Thanks,
Best regards,
FranzApril 6, 2026 at 8:10 am #1496618Hi,
Thank you for the update.
You can add this css code to pull the burger menu a bit to the left so it’s not touching the right edge of the header container.
.responsive #top #header_main > .container .main_menu .av-main-nav > li > a { min-width: 0; padding: 0 20px 0 20px; }Let us know the result.
Best regards,
IsmaelApril 6, 2026 at 9:28 am #1496624Thank you very much, Ismael
The placement is perfect
But what about the color?
Could you change it to white?Thanks
Best regards
FranzApril 6, 2026 at 9:08 pm #1496648Hi,
Try adding this css:@media only screen and (max-width: 890px) and (orientation: landscape) { .html_mobile_menu_tablet .header_color div .av-hamburger-inner, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::before, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::after { background-color: #fff; } }Then clear your cache and check.
Best regards,
MikeApril 6, 2026 at 10:20 pm #1496649Thanks
I did that
Nothing has changed yet
It’s still red
Best regards
FranzApril 6, 2026 at 10:39 pm #1496650Hi,
Try this instead:@media only screen and (max-width: 890px) and (orientation: landscape) { #header.header_color div .av-hamburger-inner, #header.header_color div .av-hamburger-inner::before, #header.header_color div .av-hamburger-inner::after { background-color: #fff; } }Best regards,
MikeApril 6, 2026 at 11:12 pm #1496651Super Mike
Thank you very much
It’s working great nowYou can close this ticket
Best regards,
Franz -
AuthorPosts
- The topic ‘adjust the height’ is closed to new replies.
