- Posts: 20
- Thank you received: 0
Change buttom size "Add to cart"
-
sofaya
Inactive member -
Topic Author
- Member
-
Less
More
13 years 11 months ago #7475
by sofaya
Replied by sofaya on topic Re: Change buttom size "Add to cart"
Hi support team,
I have a little problem, when I access to each product, I realized that the sentence "Add to cart" = "agregar a pedido" (in my language) is out of the box, actually there is a left margin that should be left in 0, but i can't find it.
I tried to change
.addtocart_button_module {
text-align:left;
...
and
.addtocart_button, .notify_button {
text-align:left;
...
but I couldn't see any change.
Your guidelines are welcome.
Tks for your usual help!
rgds.
Sofia
I have a little problem, when I access to each product, I realized that the sentence "Add to cart" = "agregar a pedido" (in my language) is out of the box, actually there is a left margin that should be left in 0, but i can't find it.
I tried to change
.addtocart_button_module {
text-align:left;
...
and
.addtocart_button, .notify_button {
text-align:left;
...
but I couldn't see any change.
Your guidelines are welcome.
Tks for your usual help!
rgds.
Sofia
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #7485
by ivan.milic
Replied by ivan.milic on topic Re: Change buttom size "Add to cart"
Some css rule is interfering with button layout . Without the link , i can give you only this forced solution:
.addtocart_form *
{
margin-left:0!important;
padding-left:0!important;
}
.addtocart_form *
{
margin-left:0!important;
padding-left:0!important;
}
Please Log in to join the conversation.
-
sofaya
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 20
- Thank you received: 0
13 years 11 months ago #7499
by sofaya
Replied by sofaya on topic Re: Change buttom size "Add to cart"
Hi Ivan, it didn´t work
.
The link is www.dsofaya.com/Joomla/tienda-virtual/pu...id=60&category_id=15
Pls, if you have another idea of which will be the solution pls let me know it.
tks a lot
rgds.
Sofia

The link is www.dsofaya.com/Joomla/tienda-virtual/pu...id=60&category_id=15
Pls, if you have another idea of which will be the solution pls let me know it.
tks a lot
rgds.
Sofia
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #7509
by ivan.milic
Replied by ivan.milic on topic Re: Change buttom size "Add to cart"
try this:
.addtocart_form > div {
width:156px;
}
.addtocart_form > div {
width:156px;
}
The following user(s) said Thank You: sofaya
Please Log in to join the conversation.
-
sofaya
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 20
- Thank you received: 0
13 years 11 months ago #7524
by sofaya
Replied by sofaya on topic Re: Change buttom size "Add to cart"
Great Ivan!, it was solved!
.
Thank you so much for your help in this topic!
rgds.
Sofia

Thank you so much for your help in this topic!

rgds.
Sofia
Please Log in to join the conversation.
Time to create page: 0.116 seconds