#1 Guest_Hash_*
Posted 13 February 2012 - 11:11 AM
Thanks! :-)
#2
Posted 14 February 2012 - 09:20 PM
please add a link to your site so we can look into this,
thanks,
Ronald
Join the iThemes Builder Community on Google+.
To ensure that we can process your support request efficiently, ALWAYS include a link to your site, and/or the page your request is related to. Please also read the forum guidelines.
When asking your question/posting your request on the forum, please be as concise and specific as possible. The shorter your request, the more to the point, the more specific, the easier it will be for us to try and help out.
#3 Guest_Hash_*
Posted 15 February 2012 - 05:04 AM
Hash
#4
Posted 16 February 2012 - 09:29 AM
add the following code at the end of your themes stylesheet style.css:
#tabber_widget-3 {
float: right;
}
If you want the width fixed, add:
#tabber_widget-3 {
width: 500px;
float: right;
}
hope that helps,
Ronald
Join the iThemes Builder Community on Google+.
To ensure that we can process your support request efficiently, ALWAYS include a link to your site, and/or the page your request is related to. Please also read the forum guidelines.
When asking your question/posting your request on the forum, please be as concise and specific as possible. The shorter your request, the more to the point, the more specific, the easier it will be for us to try and help out.
#5 Guest_Hash_*
Posted 16 February 2012 - 10:33 AM
Hash




