Home Forums WoodMart support forum My horizontal line is not uniform

My horizontal line is not uniform

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #27962

    ducphuli
    Participant

    My horizontal line is not uniform
    http://prntscr.com/hl35f6

    #27973

    Artem Temos
    Keymaster

    Hi,

    You can disable countdown timer option for products in Theme Settings -> Shop to make all products look inline.

    Regards

    #27992

    ducphuli
    Participant

    But I’m using it in my single product page.

    #28003

    Artem Temos
    Keymaster

    You can disable it on the shop page only and use on the single product page. There are two different options for that.

    #28034

    ducphuli
    Participant

    Can you hide it with CSS?

    #28065

    Artem Temos
    Keymaster

    Yes, please send us a link where we can see it and we will prepare a code snippet for you.

    #28095

    ducphuli
    Participant

    Thanks, I’ve solved the problem.
    But I got another problem when my 3 column web site used on the (Tablet PC) is not good.
    I expect that update 1.7.1 will solve the problem of 3 columns on the Tablet

    http://prntscr.com/hlb00r

    #28139

    Artem Temos
    Keymaster

    How exactly would you like to solve it and make look better?

    #28270

    ducphuli
    Participant

    I think this is the most reasonable. 2 vertical columns and 1 horizontal row.

    And how do you solve it?

    http://prntscr.com/hlu8jr

    #28271

    ducphuli
    Participant

    I’m not as good at design as you, but I have a lot of good ideas on photoshop sent to you.

    #28275

    ducphuli
    Participant

    Oh my file is blocked upload,
    See this photo hint

    http://prntscr.com/hlufk3

    Please delete me # 28270

    #28291

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS section for tablet devices only

    div.product-image-summary-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .product-image-summary-inner > div {
        -ms-flex-preferred-size: 100%!important;
            flex-basis: 100%!important;
        max-width: 100%!important;
        width: 100%!important;
    }
    
    .product-image-summary-inner .product-images {
        margin-bottom:20px;
    }
    
    div.product-image-summary-wrap .product-image-summary {
            -ms-flex-preferred-size: 70%;
                flex-basis: 70%;
        max-width: 70%;
        width: 70%;
    }
    
    div.product-image-summary-wrap .area-sidebar-product-single {
            -ms-flex-preferred-size: 30%;
                flex-basis: 30%;
        max-width: 30%;
        width: 30%;
    }

    Regards

    #28316

    ducphuli
    Participant

    Thanks for looking cool.
    Will this be applicable to everyone?
    Update theme for all.

    http://prntscr.com/hlw6o4

    #28324

    Artem Temos
    Keymaster

    We will consider improving the product page layout for tablet devices in the future too.

    #28369

    ducphuli
    Participant

    Thank verry much

    #28385

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘My horizontal line is not uniform’ is closed to new replies.