Add 2 or 3 columns to Rich Text Section on Homepage (Brooklyn)

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-index .large--two-thirds {
    width: 100% !important;
}
.template-index  .push--large--one-sixth{
    left: 0  !important;
}
4 Likes