Mailpoet subscribe button problem

March 2014 WordPress Theme
GK User
Wed Feb 10, 2016 4:28 pm
Hi,

I want to put the mailpoet subscription form in a widget (sidebar right). The problem is that the subscribe button is strangly placed on the site. So i tried to put it on a page to see what it will look like i used shortcode for that.

http://lelekmagazin.hu/teszt-2/
the password is: 9920259

Also i made a fresh install under a testing domain of mine with the quickstart and placed the widget on sidebar right and the subscribe button is still off.

http://danamods.rhythmnjuice.hu/

Mainly i want it to be on the sidebar right with the button under the e-mail address.

Is it a theme / css related problem? Or some coding has to be done?
User avatar
Junior Boarder

Joshua M
Thu Feb 11, 2016 9:04 am
Hi,

Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
.formError {
    left: auto!important;
    position: relative !important;
    top: auto!important;
}

.widget_wysija_cont .wysija-submit {
   float: left;
   margin: 10px 0 0
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.