Display Article Listings In 2 Columns On Mobile Devices - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Display Article Listings In 2 Columns On Mobile Devices

A

Aexe

Helix Framework 2 years ago

Hi,

Display article listings in 2 columns on mobile devices Can you provide some help with this?

Thanks!

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #122911

Hi,

it's possibile probably only via Custom CSS:

@media screen and (max-width: 680px) {
.layout-blog .article-list  .row > .col-lg-3 {width: 50%; }
.burger-icon > span {background-color: #eee;}

Template Options > Custom Code > Custom CSS


After using it Screenshot 2023-07-17 at 10-11-18 玉暖阀门 - 产品系列.png

0
A
Aexe
Accepted Answer
2 years ago #122929

Hi Paul,

Your method works well. One more question, I would like to hide this module in my mobile view, how do I do that.

Thanks.

0