Home Forums WoodMart support forum how to custom sidebar width

how to custom sidebar width

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #77377

    lanranjun
    Participant

    how to custom sidebar width? small size is too narrow and middle too wide

    #77404

    Hello.

    Please provide the URL of the page where you want to change the sidebar. Now the site URL you provided earlier is not workable.

    Best Regards

    #77427

    lanranjun
    Participant

    my web site mama.vc i have changed my design , i even want to know how to changed sidebars width example set sidebar width = 255px

    #77428

    lanranjun
    Participant

    and another question is : How to set horizontal alignment in 1366×768 Screen resolution in 1920×1080

    Attachments:
    You must be logged in to view attached files.
    #77461

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add custom CSS class laptop-res to the row and add the following custom code to the Global Custom CSS text field.

    @media (max-width: 1366px) {
    .laptop-res #woodmart-electronics_wrapper,
    .laptop-res #woodmart-electronics{
        height: 450px!important;
    }
    
    .laptop-res .vc_single_image-wrapper img {
        object-position: 0 50%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        height: 215px !important;
    }
    }

    Regards

    #77469

    lanranjun
    Participant

    thanks it works well i like that

    #77471

    Artem Temos
    Keymaster

    Great. Your website looks very nice. We would be glad to add it to our showcase if you don’t mind 🙂

    Regards

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