Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 2175

General Questions/New to Joomla! 5.x • Re: Setting a cassiopeia Bottom-A card as full width

$
0
0
Hi.

Card, noCard do not matter. You will not achieve anything trying to choose a module class or layout.

To work with Cassiopea, you need to understand the construction of its layout, have knowledge of Flexbox CSS and CSS Grid and have skills to work with browser Dev Tools. Having all this you can make any appearance. Even the most exotic.

Try this.

Code:

.container-bottom-a {    flex-wrap: wrap;}.container-bottom-a>* {    flex: 0 0 calc(50% - .5em);}.container-bottom-a>*:first-child {    flex: 0 0 100%;}
If this does not help, provide a link to your site

Statistics: Posted by Pavel-ww — Thu Feb 15, 2024 8:27 am



Viewing all articles
Browse latest Browse all 2175

Trending Articles