Jump to content

Can't move button with inline styles


JackRabbit

Recommended Posts

I'm trying to move the "check availability" button on this page:

 

/http://www.jackrabbit.host/high-speed-hosting/whmcsportal/cart.php/?a=add&pid=1&systpl=portal

 

I'm using WPMU's WHMCS Integration with Wordpress plugin, I don't know if this is causing the issue but hopefully it's an easy fix. I'm not an expert yet :lol:

 

When I edit the element using the inspector in chrome, everything is fine and the element moves like I want it, but when I apply the inline style to the configureproductdomain.tpl template and save it, the element does not move. The chrome inspector doesn't see the style.

 

I want the button to be to the right of the TLD selector.

 

this is the piece of code I'm trying to edit:

<input type="submit" value="{$LANG.ordercontinuebutton}"/> 

 

and this is the style I'm trying to apply:

<input style="float:right;" type="submit" value="{$LANG.ordercontinuebutton}"/> 

 

Thanks in advance! :idea:

Link to comment
Share on other sites

Hi JackRabbit,

 

have you tried this?

 

<input class="pull-right" type="submit" value="{$LANG.ordercontinuebutton}"/>

 

 

i do buttons wacky i guess,

 

<input type="submit" value="{$LANG.ordernowbutton} »" class="btn btn-danger pull-right">

 

if your using the default bootstrap, (class="pull-right") is what your looking for..

 

hope this helps

 

Cain

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated