Archived topic
[nh] Global Styling does not apply & Icon does not align to top
1 reply · Started by Sascha on March 21, 2022
Hi,
I have applied this global style to these headlines and made sure, that no custom parameter would override the parameters from the global style.
However, the declarations are not being reflected properly, check here or https://nh-training.macbay.biz#training-pass
1. Bottom Padding (30px) does not apply
2. Icon alignment (top) does not apply
Could you please check, fix and report what has caused the issue?
Credentials below …
Thank you and kind regards,
Sascha
Hi there,
I see this CSS in your Child Theme:
.training-pass-card .gb-inside-container p {
padding: 0 20px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
Which is changing the padding top/bottom to 0 and the align-items from flex-start to centre.
Do you need this CSS ?