Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • sky Friend
    #951929

    I got this hikashop layout issue with the template in small screen

    Pankaj Sharma Moderator
    #951940

    Hi
    To show options
    add below code in custom.css file

    .hikashop_product_characteristics_table select {
        width: auto;
    }

    because the left container is using the width span6 , the image is showing in left side .
    Its defined in the Hikshop
    you can try below code in custom.css file to make it full width

    
    @media (max-width:468px) {.hikashop_product_left_part {width:100%;}}
    sky Friend
    #951945
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #951950

    Hi
    its a thumbnail only and using max-width already , please check this >>> http://prntscr.com/bvj5e4
    Already using max width

    sky Friend
    #951976
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #951984

    Span 6 value is always half in Bootstrap 2 .
    The full width is in span12 . http://prntscr.com/bvkvbm
    You use below code to make it full width below 468px screen size devies .

    @media (max-width:468px) {.hikashop_product_right_part {width:100%;}}

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 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