Stop cart button from moving

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Sun Jun 02, 2013 6:18 pm
Hi I like the cart button but would like to have it just sitting without scrolling along with the page. Can you tell me how to do this?

thanks
User avatar
Fresh Boarder

GK User
Sun Jun 02, 2013 8:14 pm
Please add following css code to templates/gk_storebox/css/override.css and enable css override option in template settings > advanced settings > css override "on".

Code: Select all
#btnCart {top: 20px!important;}


See you around...
User avatar
Platinum Boarder

GK User
Sun Jun 02, 2013 9:38 pm
Thanks for the quick reply. Also asked a question about the header images widget rules (see https://www.gavick.com/forums/storebox- ... 25531.html). Would you have any advice on how to do that?

thanks
jeroen
User avatar
Fresh Boarder

GK User
Sun Jun 02, 2013 9:47 pm
I am sorry I didn't notice you are using WordPress theme. Please wait while I check in wordpress. Sorry about the confusion :)
User avatar
Platinum Boarder

GK User
Sun Jun 02, 2013 9:49 pm
no problem thanks for checking
User avatar
Fresh Boarder

GK User
Sun Jun 02, 2013 10:21 pm
Please enable css override as below.

WP Admin Panel > Storebox > Template Options > Advanced > Use the override Css File " Enabled ".

File Location : wp-content/themes/StoreBox/css/override.css

Css code

Code: Select all
#btnCart {top: 20px!important;}
User avatar
Platinum Boarder

GK User
Fri Aug 16, 2013 2:31 pm
normanUK wrote:Please add following css code to templates/gk_storebox/css/override.css and enable css override option in template settings > advanced settings > css override "on".

Code: Select all
#btnCart {top: 20px!important;}


See you around...



I just tried that on my site but it didn't work. http://integralmedicine.ca/ any idea on how to fix that?
User avatar
Gold Boarder

GK User
Fri Aug 16, 2013 7:24 pm
Hi clusterstudios,

Use #btn-cart selector instead of #btnCart (#btnCart is for Joomla version of the theme)
User avatar
Moderator


cron