Hello!
We are upgrading Enfold (using a child theme) from 4.5.2 to 5.6.6. I have gotten most things worked out so far, but on our “Process” page, our elements are not aligning correctly, and I cannot quite figure out how to adjust.
Old Version:
New Version:
https://totalitdev.wpenginepowered.com/process/
Thanks in advance for your help!
Hey skurtz1,
Thanks for the two site to compare, I found the difference is the css while examining the frontend and add it to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field and now the issue is solved
#top.process-page .process .flex_column_table {
max-width: 1060px;
padding: 0 50px;
margin: 0 auto !important;
float: unset;
}
but I couldn’t update your child theme stylesheet where your other css is because you have a editor plugin and your stylesheet shows the same stylesheet file twice on top of each other and even editing both didn’t enable the correct results:
Perhaps you will have better luck or perhaps this is part of the problem, but I would recommend disabling the editor plugin.
Best regards,
Mike
Mike,
THANK YOU! This fixed it for us! I appreciate it!