Making Helix Ultimate Dynamic Content Mobile Content Like Artolio - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Making Helix Ultimate Dynamic Content Mobile Content Like Artolio

SN

Steve N

Template 3 months ago

How you do you make the Helix Ultimate Dynamic Content Index page appear like the Artolio dynamic Content Service page? See images

Current my website is on hosted on MAMP Pro. I can provide a link to download. Let me know

https://imgur.com/a/g1YQvQH

0
7 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 months ago #198642

Hello Steve,

Thank you for reaching out to us.

First of all, Helix Ultimate doesn’t include dynamic content features like SP Page Builder. I believe you’re referring to a specific page or article instead.

Based on the screenshot you provided, it looks like there may be some responsive design issues. Since your site is hosted locally, please share a backup file in Akeeba ZIP format so I can take a closer look and assist you further.

Thanks again,

0
SN
Steve N
Accepted Answer
3 months ago #198750

I have purchased a subscription with joomshaper. The helix ultimate template I have installed in MAMP PRO has SP Page Builder Pro. I know the content I'm trying to fix has responsive design issues.

I followed the instructions on creating a "custom.css" file but there were no changes to the website. I even cleared my browser and joomla cache several times. In addition, I tried to use the "override.css" step as well. No changes.

I've provided you a link in the Hidden content to download the Akeeba backup. along with a user name and password to enter the joomla adm page.

0
SN
Steve N
Accepted Answer
3 months ago #198751

The page I am trying to fix the responsive design is

https://helixtest1/index.php/pages/why-choose-us

Forum readers the link above is for my test website hosted in MAMP Pro.

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 months ago #198767

Use this css by following the screenshot:

@media (max-width: 767px){
.services-item-collection .sppb-dynamic-content-collectionitem .item-container {
    flex-wrap: wrap;
    justify-content: center;
}
}

Thanks

0
SN
Steve N
Accepted Answer
3 months ago #198948

It still looks the same. Here's the link: https://imgur.com/a/helix-ultimate-dyanamic-content-appear-like-artolio-g1YQvQH . I have provided you a link to down the file via Akeeba backup

0
SN
Steve N
Accepted Answer
3 months ago #198949

Ziaul, I figured out what settings I needed to make the dynamic content index div responsive. Your response with the "flex: wrap"... got me thinking. See the image link below. The content is now responsive, but it has more margin? or Padding on the left and right side than what I want.

I appreciate your patiences in helping me. I just started using SP Page Builder Pro several weeks ago... imgur.com/8RY7i1Z

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 months ago #199017

Please, use this css in your custom code css section:

@media (max-width: 767px){
.addon-root-dynamic-content-image a.sppb-dynamic-content-image-wrapper {
    width: 100% !important;
    height: 100% !important;
}
}

Thanks

0