- Posts: 117
- Thank you received: 0
personalized field in VM2 is covering add to cart
-
consul
Inactive member - Topic Author
- Member
Less
More
11 years 2 months ago #32904
by consul
personalized field in VM2 is covering add to cart was created by consul
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #32916
by ivan.milic
Replied by ivan.milic on topic personalized field in VM2 is covering add to cart
Send link so we could see
Please Log in to join the conversation.
-
consul
Inactive member - Topic Author
- Member
Less
More
- Posts: 117
- Thank you received: 0
11 years 2 months ago #32946
by consul
Replied by consul on topic personalized field in VM2 is covering add to cart
website is not online.
the add to cart is under "no additional price" is well visible in the picture.
check your link is same situation but mine is more covered.
demo.hotjoomlatemplates.com/fashion_stor...ory_id=12&Itemid=193
thanks
the add to cart is under "no additional price" is well visible in the picture.
check your link is same situation but mine is more covered.
demo.hotjoomlatemplates.com/fashion_stor...ory_id=12&Itemid=193
thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #32954
by ivan.milic
Replied by ivan.milic on topic personalized field in VM2 is covering add to cart
Open :
templates/hot_fashionstore/css/vm_fashionstore.css
find:
.addtocart-bar {
width:130px;
background:url(../images/add-to-cart_box.png) no-repeat;
}
add margin-top:50px; like this:
.addtocart-bar {
width:130px;
background:url(../images/add-to-cart_box.png) no-repeat;
margin-top:50px;
}
refresh after
templates/hot_fashionstore/css/vm_fashionstore.css
find:
.addtocart-bar {
width:130px;
background:url(../images/add-to-cart_box.png) no-repeat;
}
add margin-top:50px; like this:
.addtocart-bar {
width:130px;
background:url(../images/add-to-cart_box.png) no-repeat;
margin-top:50px;
}
refresh after
Please Log in to join the conversation.
Time to create page: 0.197 seconds