Home Forums WoodMart support forum Reduce row / column height for mobile

Reduce row / column height for mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78481

    Anonymous
    Inactive

    Hi, I would like to reduce the hight of the row/column on mobile displaying the message ” free delivery over €35 “

    #78529

    Hello,

    Please provide your site admin access so that I could provide custom CSS.

    Best Regards

    #78575

    Anonymous
    Inactive

    Hi, I have a security plugin that I can’t turn off, can I have your domain to whishlist and provide you with admin access

    Kind regards Ciaran

    #78579

    Hello,

    Please try this code:

    @media (max-width: 768px){
    .header-banner {
        height: 40px;
    }
    }

    Change “40px” as per your needs and add this code to the Theme Settings > Custom CSS > Global

    Best Regards

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