Problem Of Not Taken Into Account In The Footer - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Problem Of Not Taken Into Account In The Footer

D

DigitM

Template 1 year ago

Good morning,

I have a problem with the footer of the Hope template. I inserted 3 modules in the footer with text and <br>. They are taken into account on the computer version but on the tablet & mobile version, the <br>s are not taken into account?! https://prnt.sc/GDKzCel-LZvu https://prnt.sc/t8E2CF-6lagh

Thanks for your help.

0
4 Answers
D
DigitM
Accepted Answer
1 year ago #141549

Thanks Paul, it's ok. Good evening :)

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #141528

Hi,

you need to use this extra Custom CSS

@media only screen and (max-width: 991px) {
#sp-footer .sppb-addon-content br {display: initial;}
}
0
D
DigitM
Accepted Answer
1 year ago #141540

Good-morning Paul,

Thank you for your feedback, problem solved. On the other hand, I just noticed when adjusting the responsive a similar problem on h2 tags. Here too, the <br> problem is not taken into account on tablet/mobile.

Computer view: https://prnt.sc/GzSFurSxBP9G Tablet seen: https://prnt.sc/mKCVf19buIe4 Mobile view: https://prnt.sc/OzTO2Da2IaY6

I tried to use your css but nothing works, thank you for your help.

I use other Joomshaper templates and this is the first time I encounter this problem. Does this template have a particularity that the others do not have?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #141545

In that case use also that

@media only screen and (max-width: 991px) {
  h2 br, .sppb-title-subheading br, .sppb-addon-title br, .sppb-addon-content br {
    display: initial;}
}
0