UIKit Grid Element widths

UIKit Grid Element widths was created by matt197122

Posted 1 year 4 months ago #35277
I have been trying, without any success, to use the .uk-width-* class to alter the width of Grid Elements.

getuikit.com/docs/width



Where should I use this class to make the two Grid elements shown in this screenshot to equally fill the width of the available space, side-by-side?

many thanks
Matt

www.dsoxford.org.uk  

Please Log in or Create an account to join the conversation.

Replied by WM-Loose on topic UIKit Grid Element widths

Posted 1 year 4 months ago #35295
Maby, test this CSS Code:

@media (min-width: 1600px) {
.uk-child-width-1-3\@xl > * {
width: calc(150% / 3);
}
}
JP-Admin
Joomla-Member in forum.joomla.de/

Please Log in or Create an account to join the conversation.

Replied by joomlaplates on topic UIKit Grid Element widths

Posted 1 year 4 months ago #35296
Hello, 
just open the Template options and insert a padding left and padding right to the section or element where the uikit grid is located

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum