Indigo - SP Simple Portfolio Hide On Mobile Top 2 - Question | JoomShaper

Indigo - SP Simple Portfolio Hide On Mobile Top 2

DE

David Ellison

Template 9 months ago

I am having a strange issue with Indigo template top 2 hide on mobile landscape and portrait enabled. It works on all of the site except on SP Simple Portfolio items page. But does work correctly hiding top 2 on SP Simple Portfolio item page.

Not sure what is wrong with the CSS styles. Can you please help?

0
6 Answers
DE
David Ellison
Accepted Answer
9 months ago #182378

SP Pagebuilder settings to hide on mobile and portrait work for all pages and the SP Simple Portfolio item page only not SP Simple Portfolio items list page.

I was able to get this code to work below. This fix the hide on mobile and portrait for SP Simple Portfolio items list page.

@media (max-width: 480px) {
    .sp-contact-info {
        display: none!important;
    }
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #182383

Glad to know that its fixed.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #182227

Hi

Thanks for contacting us and sorry for your issue. Could you please give me a screenshot of your issue?

-Regards.

0
DE
David Ellison
Accepted Answer
9 months ago #182230

Here are the screen shots.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #182361

Hi

I have checked your issue. This issues occurs on home page because you have set social media on the top, that's why it does not have enough space for the title.

By the do you want it like this? Then use this CSS in your custom.css file

.sppb-addon-content strong{
 position: relative;
 left: 25px;
}
0
DE
David Ellison
Accepted Answer
9 months ago #182369

No that code does not work. See hidden content.

0