How do I Remove Space Around Module Published To Top Bar In HU? - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

How do I Remove Space Around Module Published To Top Bar In HU?

A

Allen

Helix Framework 4 days ago

Hi,

I published a SppB module to the top bar position in Helix Ultimate. I configured section padding at "0", but there is still a lot of padding above the button. Please see the button, "Talk to an expert!" in the top bar position at https://www.certifiedinfosec.com/.

How can I eliminate the extra padding and bring the bar back to normal size?

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 days ago #207203

Hi Allen,

to be honest, there is no extra margin or padding.

But use Custom CSS to correct that view:

#sp-top1  > .sp-column.text-center.text-lg-start {
  display: flex;
  align-content: center;
  align-items: center;}
0
A
Allen
Accepted Answer
3 days ago #207202

Bump. Any ideas? Anyone?

0
A
Allen
Accepted Answer
3 days ago #207204

Thanks Paul! Much appreciated.

0