How to copy row and keep same padding?

Hi, how do I copy a row and keep the same padding? It seems every time I copy a row or try to add a section, I have to reset all the padding (go back, check prior padding, write it down, then set new padding). Is there an easier way?

Not finding the written knowledge base to be that helpful, it assumes a lot of previous familiarity with this builder.

Hi @Insider

This issue has been reported to our dev team and I can see there a is fix for it scheduled for the next release, however, I don’t have an ETA for that release yet.

As a temporary solution, you might add a custom CSS class to those rows, then add this CSS code to (Theme Options > CSS):

.custom_class {
    padding: 30px;
}

Thanks.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.