Wrong Layout For Responsive Side. - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Wrong Layout For Responsive Side.

Laurent

Laurent

Helix Framework 3 years ago

Hi,

I'm displaying articles and I have a wrong layout for responsive side.

From computer look fine : https://prnt.sc/26d5ad2 But from mobile responsive does not work : https://prnt.sc/26d5alk

what's wrong? how can I make it responsive? see hiddent content for URL.

Many thanks

0
10 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #52340

By the way, this is not our responsibilty. I have added a media query css code. Please check now.

@media screen and (max-width: 768px) and (min-width: 320px) {
.box-evenements-accueil {
    padding: 10px;
}
  .cols-3 {
    display: initial !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
}

-Thanks

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

Hi

Are you talking about the font size of it on mobile view?

https://prnt.sc/26djhgy

-Regards

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #52323

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Will you please provide me the Joomla administrator access to check the issue? I will check & get back to you soon. 

-Thanks

0
Laurent
Laurent
Accepted Answer
3 years ago #52327

@Mehtaz Afsana Borsha : no I mean the columns layout

@Toufiq : done, see hidden area content

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #52331

This is not our extension. You should contact your extension provider. Thanks

0
Laurent
Laurent
Accepted Answer
3 years ago #52333

I did it and here is his answer :

Articles Anywhere does not control how your template and CSS handle the display of elements. That is down to, well, your template and CSS and classnames.

Check your HTML output if Articles Anywhere is outputting the data in the correct HTML syntax (correct HTML elements and such). If so, then Articles Anywhere is doing what it should and can.

For questions about what HTML elements and CSS classes to use to achieve what you want, I recommend you ask your template developer.

0
Laurent
Laurent
Accepted Answer
3 years ago #52342

that's perfect @Toufiq super thanks ;-)

Understood, I'll give a feedback to other developer ;-)

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #52347

You are most welcome. Will you please spend some to write a review about our product and support quality? 

https://extensions.joomla.org/extension/sp-page-builder/

0
Laurent
Laurent
Accepted Answer
3 years ago #52348

yep already done ;-)

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #52358

Thanks :)

0