Header bottom

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Thu May 21, 2015 12:52 pm
Hello,

When I try to put in the area of "Widget Header Bottom" a subscription to "mailpoet" disturbs the original format.

How I can do to respect the format of the original widget?
Image
Problem:
Image
User avatar
Junior Boarder

GK User
Thu May 21, 2015 1:24 pm
Hi,

Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Thu May 21, 2015 1:56 pm
Private sent!

Thnks in advance.
User avatar
Junior Boarder

GK User
Tue May 26, 2015 10:18 am
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
#gk-header-bottom .wysija-paragraph input {
   width: 19%!important;
   margin-left: 2%;
}

#gk-header-bottom .widget_wysija_cont .wysija-submit {
   display: inline;
   width: 19%;
   margin-left: 2%;
}

#gk-header-bottom .wysija-paragraph {
   display: inline;
}


User avatar
Moderator

GK User
Tue May 26, 2015 3:12 pm
I´ve put the code which you posted me in override.css, but I´ve used contact form 7 plugin to place the form in text widget instead the original. Would it work too although i haven't used mailpoet? Does it work with the both plugins?

And the last thing that I don't understand is why the favicon disappears? I've attached you the screen capture.

Thanks for your attention.

Image

the space between fields it isn´t the same.

Image

And this is the comparison between using contactform 7 (above) and mailpoet (down) in the Header Bottom widget.

Image
User avatar
Junior Boarder

GK User
Tue May 26, 2015 3:26 pm
P.S: I'm sorry but I needed contact form 7 and not mailpoet plugin ...
User avatar
Junior Boarder

GK User
Wed May 27, 2015 7:42 am
You've added mailpoet form, so I've styled the form visible in the header bottom area.
User avatar
Moderator

GK User
Wed May 27, 2015 7:48 am
Yes, but I was wrong with mailpoet, what I need is contactform 7. excuse my ignorance. Could you help me?
User avatar
Junior Boarder

GK User
Wed May 27, 2015 11:47 am
Ok, please add the contactform 7 form to header bottom area and I'll try to help.
User avatar
Moderator

GK User
Wed May 27, 2015 11:57 am
The contact form has already been added. Thnks.

You´re very helpful.
User avatar
Junior Boarder

GK User
Wed May 27, 2015 9:46 pm
Try to add this custom css code:
Code: Select all
#gk-header-bottom .wpcf7-form {
   position: relative;
   width: 94%;
   margin: 0 auto;
}
#gk-header-bottom .wpcf7-form:before {
  color: #d1d1d1;
  content: 'f';
  font-family: university-pixellove;
  font-size: 40px;
  font-weight: 300;
  left: 0;
  position: absolute;
  top: -8px;
}

#gk-header-bottom .wpcf7 input {
   width: 19%!important;
   margin-left: 3%;
}
#gk-header-bottom .wpcf7 .wpcf7-submit {
   float: right;
}
User avatar
Moderator

GK User
Wed May 27, 2015 9:57 pm
This is the result:

Image

It´s correct?
User avatar
Junior Boarder

GK User
Wed May 27, 2015 10:05 pm
I´ve changed one of the values in line margin-left: 3% to margin-left: 4%, and the result seems to be correct:

Image

What do you think?

#gk-header-bottom .wpcf7-form {
position: relative;
width: 94%;
margin: 0 auto;
}
#gk-header-bottom .wpcf7-form:before {
color: #d1d1d1;
content: 'f';
font-family: university-pixellove;
font-size: 40px;
font-weight: 300;
left: 0;
position: absolute;
top: -8px;
}

#gk-header-bottom .wpcf7 input {
width: 19%!important;
margin-left: 4%;
}
#gk-header-bottom .wpcf7 .wpcf7-submit {
float: right;
}
User avatar
Junior Boarder

GK User
Thu May 28, 2015 8:07 am
It's only a sample code, you can adjust it to your needs.
User avatar
Moderator

GK User
Thu May 28, 2015 5:16 pm
thank you so much.
User avatar
Junior Boarder


cron