-
AuthorPosts
-
July 13, 2016 at 8:49 am #949550
how can I align this button to the left? I can align it with other template, but not this one.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 13, 2016 at 8:56 am #949552Hi
its due to the style code is applied on it .
margin : 0 auto;
Here : http://prntscr.com/bsawow
I am not able to get the path of file since there is some kind of compression or something that does not allow me to check this .
Kindly check and remove this style or override it via custom.css file .July 14, 2016 at 2:05 am #949904This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 14, 2016 at 2:18 am #949910Hi
Add below code in custom.css file to make button bg white.hikashop_cart_input_button {background:#fff;}
July 14, 2016 at 2:31 am #949916This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 14, 2016 at 2:40 am #949918Use below code
.hikashop_cart_input_button {color:#fff;}
July 14, 2016 at 2:59 am #949931This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 14, 2016 at 3:05 am #949932Hi You should check your site before posting on forum . its working : http://prntscr.com/bsnmse
For hover color use code below.hikashop_cart_input_button:hover {color:#fff;}
July 15, 2016 at 3:31 am #950289This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 15, 2016 at 3:46 am #950298Hi
kindly post the page url hereJuly 15, 2016 at 4:22 am #950308This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 15, 2016 at 4:51 am #950316Hi issue is due a custom style code added by you in custom.css file
.hikashop_inserted_product span.hikashop_add_to_cart table { margin: 0 !important; }
remove the code and check . Also if you want to apply the code for a specific screen size , i suggest you to use media query and define your code in custom.css file .
@media (min-width: 768px) { .hikashop_inserted_product span.hikashop_add_to_cart table {margin: 0 !important;} }
Doc : getbootstrap.com/css/#grid-media-queries
July 15, 2016 at 5:18 am #950318This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 15, 2016 at 5:50 am #950321Hi
I already provide you solution to apply media query to and the cause of issue .
Since you will not apply it , i am afraid , i can not help you out here . -
AuthorPosts
This topic contains 19 replies, has 2 voices, and was last updated by Pankaj Sharma 8 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum