Hi,
i need to build a gridrow with 3 or 6 columns and i have several questions.
Is it possible to create a 6-column-gridrow?
How can i set a 10px withespace between the columns?
Is it possible to set a gridrow on content-width?
best regards
tom
Hey hoibi1984,
You could probably achieve a 6 columns grid using custom CSS but it’s not supported in the layout builder, maybe it would be better if you use 3 columns?
About the margins; please post a link to your site and we’ll have a closer look.
Best regards,
Rikard
Hi,
thanks for your help.
The Site-Link is in the private-area. I need to build a gridrow in content width and with custom margin between the columns. In this example 3 columns would be fine. I have to build some other pages where i need 6 columns.
BR
Tom
Hi,
Try to do the following:
#col-a,
#col-b {
width: 50%;
float: left;
clear: none;
}
Hope this helps.
Best regards,
Nikko