JackRabbit Posted November 5, 2014 Share Posted November 5, 2014 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 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! 0 Quote Link to comment Share on other sites More sharing options...
Cain72 Posted November 6, 2014 Share Posted November 6, 2014 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 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted November 8, 2014 Share Posted November 8, 2014 Hello Jack, Let us know if Cain's solution solved the problem, it looks like it will do. 0 Quote Link to comment Share on other sites More sharing options...
JackRabbit Posted November 10, 2014 Author Share Posted November 10, 2014 Boom! Cain thank you, problem solved. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.