Right Module Position Content does Not Display On Responsive - Displays Module Title Only On Responsive - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Right Module Position Content does Not Display On Responsive - Displays Module Title Only On Responsive

J

joanne

Helix Framework 3 years ago

Shaper Helix Ultimate

Desktop displays module with no issues, however, on mobile device the "right" module position only shows the Title and not the module content. I would like to know why only part of the module is showing on iphone.

0
10 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #48472

Just change that line, refresh browse cache and Case is solved.

BTW

Next time try to use Code Inspector on your laptop first, it will show you more info that just iPhone browser. Short guide: https://www.joomshaper.com/blog/which-line-of-css-i-have-to-edit-code-inspector-in-action

We use it this tool all the time. Have a wonderful day.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #47909

Hi

Could you please give me your site URL so that I can check?

-Regards

0
J
joanne
Accepted Answer
3 years ago #48041

Please find url in hidden content - thank you

0
J
joanne
Accepted Answer
3 years ago #48045

thank you

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #48101

Could you please give me a screenshot of your issue?

0
J
joanne
Accepted Answer
3 years ago #48168

THANKS,

0
J
joanne
Accepted Answer
3 years ago #48169

thank you,

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #48470

Hi,

Our template is OK, this time You or Your webmaster made a small mistake.

In your custom.css file in line 65-69

you have rule:

@media only screen and (max-width:767px){
.sp-module-content .custom{
    display:none;
}
}

and it hides content where "custom" class is used, and inside your module it's.

Here is evidence

== deleted img =

0
J
joanne
Accepted Answer
3 years ago #48560

Paul, Thank you very much! So relieved that you were available to help with this. I really enjoy using your products and appreciate the support.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #48564

You're welcome.

Sometimes 4 eyes are better than 2 eyes.

0