Textfields ending completely left on HomePage
-
I work with the Passionate Pro theme, but when I add in the Text widget on the home page it ends up completely left on the website without any spacing. It looks horrible! Same with adding a WPForm. Any suggestions?
-
-
Thanks Lizarkoski, I had someone that send me the following solution which worked perfectly:
Through Customize –> Additional CSS adding the following code.home aside.widget_text,
.home aside.wpforms-widget {
padding-left: 30px;
padding-right: 30px;
}It fixes all the text and WP Form outlines.
- The topic ‘Textfields ending completely left on HomePage’ is closed to new replies.