Table Alignment Issues

Discussion in 'BlackBird WordPress Theme' started by neilbaxter, Oct 24, 2013.

Thread Status:
Not open for further replies.
  1. neilbaxter

    neilbaxter New Member

    Joined:
    Feb 12, 2013
    Messages:
    9
    Likes Received:
    0
    Hi,

    I'm in the process of integrating paypal payments into my website and I'm having a problem with table alignment. When I add the paypal code for the form to take booking details everything works fine apart from that the table aligns to the right of the page. Whatever I do I can't seem to change this.

    Strangely, when I originally set this up a few days ago all seemed fine.

    I've had the same problem integrating a form from Ninja Forms plugin. Again, originally it was fine and aligned to the left, but now for some reason it's aligning right and can't be moved.

    Here is a link to the page where the paypal form is. It's under 'your booking' half way down.

    http://liberolearning.com/staying-connected-test-page/

    Can you help me get these forms to align left? is this a theme issue, something I've done, or something to do with the plugins?

    Many thanks,

    Neil
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .fullwidth form {
    float: left;
    }
     
    
     
  3. neilbaxter

    neilbaxter New Member

    Joined:
    Feb 12, 2013
    Messages:
    9
    Likes Received:
    0
    Great. Thanks.

    I now realise the problem came as a result of the bit of CSS you gave me to get a button elsewhere to align right... it was affecting all the tables rather than just the one originally in question. All working perfectly now.

    As usual, great support.

    Neil
     
Thread Status:
Not open for further replies.

Share This Page