• Resolved noobzin

    (@noobzin)


    Hi,

    There’s something driving me really crazy, I spent hours trying to figure this out and I have no other option but ask here.

    I need to change the position of the submit buttons (both) because they are too far away from the box.

    I’m gonna give the site’s URL, it’s in portuguese but it doesn’t matter really since it’s pretty clear where the Subscribe2 is.

    Here

    I need to understand where to change to put the box closer to the buttons.

    Thanks so far!

    http://wordpress.org/plugins/subscribe2/

Viewing 3 replies - 1 through 3 (of 3 total)
  • @noobzin,

    It coming from your theme stylesheet, specifically line 630:

    .widget-area .widget p {
    margin-bottom: 1.71429rem;
    }

    That is adding a wide margin below all <p> elements within the widget area and also below each widget area itself. You may need to consider breaking that into 2 rules and perhaps make the margin a lesser size.

    Thread Starter noobzin

    (@noobzin)

    Whoa, that was quick.

    Of course it changed something in the other widgets (specially in the main page) but it seems correct!

    Since you are here, can you tell me where to change the box width? I need it a bit longer. I know it would be a simple CSS thing but I can’t get it done since I simply cannot find the class to do it.

    I’ve tried s2email but apparently it’s not.

    To be more specific:

    <input type="text" name="email" id="s2email" value="Digite o endereço de email..." size="20" onfocus="if (this.value == 'Digite o endereço de email...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Digite o endereço de email...';}">

    If I change this value I get it longer, but where is it? I can find it only at the browser but I don’t know what file exactly.

    Thanks, matty!

    @noobzin,

    Changing the size of the box is a little easier. Go to the WordPress widgets page and open up the Subscribe2 widget. Find the text box where it says “Text Box Size” and increase the number in there, save and check how it looks. (You’d need to log out to see the form again).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change the button position’ is closed to new replies.