Top Header Height - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Top Header Height

R

Rodenger Garibay Ramírez

Helix Framework 3 years ago

Thanks, I have one more question, this time regarding the Helix U 2.0 - When I add a text module, a space is added below the module in the Top Header bar, I send the images. Is there a way that all the content of the Top Header is in the center, with the same top and bottom margins?

without module: https://drive.google.com/file/d/1S9iyh-jbiswh2IfUEGsp2RtjHAJVC-pz/view?usp=sharing with module: https://drive.google.com/file/d/1uR4zaEDHrH10Kcbvnba984t-FZaEaiE7/view?usp=sharing

Gracias por su apoyo.

0
4 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #51028

Hi there!

Thanks for your query.

Probably the module is getting bottom padding. Would you please check the module style settings? Or kindly publish the module again to check from your live site.

Best Regards

0
R
Rodenger Garibay Ramírez
Accepted Answer
3 years ago #51048

Done, it's already published, thanks for your help.

0
R
Rodenger Garibay Ramírez
Accepted Answer
3 years ago #51049

I used the Chrome inspector and found that the code to add was this:

p { margin-top: 0; margin-bottom: 0; }

But where do I add it?

0
R
Rodenger Garibay Ramírez
Accepted Answer
3 years ago #51062

Gracias, ya lo resolví, agregué este código:

sp-top-bar

p { margin-top: 0; margin-bottom: 0; }

a la sección Custom CSS del Helix

0