Issue With Category Landing Page Layout.. - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Issue With Category Landing Page Layout..

B

Bob

Template 2 years ago

On this category landing page, we have the top of the page with article scroller (3). and all articles listed below 3 across. https://pamspress.net/50p/index.php/sections/lifestyle

I want to have the articles listed below the scroller in single horizental layout and not 3 across. I want this for all the categorie landing pages. Currently it has 3 across in a box. Looking to have one across for each article.

Big thanks, Bob

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #121901

Hi there!

Thanks for contacting us.

Did you mean this portion to be visible as a single column instead of 3 columns?

https://prnt.sc/8RRlHU7fKUdw

If yes, then please use the following code in your custom CSS:

.article-list .col-lg-4 {
    width: 100%;
}

Note: Path towards custom CSS(Joomla 4): System>Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Best Regards

0
B
Bob
Accepted Answer
2 years ago #121908

Hi, Yes that is the format but each listed article is now way to large up and down. I would like the listed articles to be the same size as the article that is listed in this screen shot. https://pamspress.net/CategoryLandingPage.png

Almost there, Thanks, Bob

0