Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • sky Friend
    #949550

    how can I align this button to the left? I can align it with other template, but not this one.

    Pankaj Sharma Moderator
    #949552

    Hi
    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 .

    sky Friend
    #949904
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #949910

    Hi
    Add below code in custom.css file to make button bg white

    
    .hikashop_cart_input_button {background:#fff;}
    sky Friend
    #949916
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #949918

    Use below code

    .hikashop_cart_input_button {color:#fff;}
    sky Friend
    #949931
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #949932

    Hi 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;}
    
    sky Friend
    #950289
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #950298

    Hi
    kindly post the page url here

    sky Friend
    #950308
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #950316

    Hi 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

    sky Friend
    #950318
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #950321

    Hi
    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 .

    sky Friend
    #950333
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 20 total)

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