Problem With Shaper_yoga Template. - Question | JoomShaper

Problem With Shaper_yoga Template.

S

Seqencer

Template 2 weeks ago

Hi.

I have a problem with Shaper Yoga template. In mobile view missing text on contact site. https://www.adeem.pl/kontakt

Regards

0
8 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 weeks ago #229898

Hello Seqencer,

Thank you for reaching out to our technical support forum. I’m sorry to hear about the trouble you’re experiencing.

I have added this css in your custom.css file.

@media(max-width: 425px){
  .sppb-media, .sppb-media-body{
    overflow: visible !important;
  }
}

Please check the mobile view of the contact page now.

Best regards

0
S
Seqencer
Accepted Answer
2 weeks ago #229914

Hello.

I just need the icons to be on the left and it will be fine. Why do page elements stop displaying when I change the top of the page to a different device screen while editing on the frontend?

Best regards

0
S
Seqencer
Accepted Answer
1 week ago #230652

Hello.

Can I get help with this?

Best regards

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 week ago #230494

Please use this CSS to Template Options -> Custom Code -> Custom CSS

@media only screen and (max-width: 568px) {
  .pull-left, .pull-right {
        width: auto;
  }
}
0
S
Seqencer
Accepted Answer
1 week ago #230499

This css doesn't produce any positive results. It's still the same.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 week ago #230648

Sorry, the CSS has to be put in templates/shaper_yoga/css/custom.css file. I have inserted the CSS code in the file. Please check the contact page now.

0
S
Seqencer
Accepted Answer
1 week ago #230653

Hello.

OK. Why do page elements stop displaying when I change the top of the page to a different device screen while editing on the frontend?

Best regards

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 week ago #230733

The issue was in CSS class on the row. Please check the frontend editor now.

0