Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I have my homepage formatted perfectly using css editor but when I added a new row in pagebuilder and moved the row up to the top of the page I lose all my formatting. Any idea what is causing this??
Hi Great Golf Deals,
Sorry about the delay here. Are you losing the changes in Page Builder itself, or are you losing the changes based on CSS you enter in the custom CSS editor outside Page Builder?
My first guess is that you’re losing formatting because you’re referencing the row ID’s, which are indexed. That means if you move a row from bottom to top, all the rows below it will change index.
A better route is to give your rows custom classes, which is under the Attributes section when you edit a row. You can then reference these classes in your custom CSS and they’ll stay the same even when you add/reorder rows.