Home Forums WoodMart support forum Cookie law info is big in mobile

Cookie law info is big in mobile

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

    ygzndc
    Participant

    hello,

    Is there any chance that we can decrease the height of the Cookie law info section in mobile?

    thanks.

    #453598

    Hi,

    Please try adding the following Custom CSS in the Custom CSS for the Mobile area under Theme Settings >> Custom CSS.

    .wd-cookies-popup {
    	height: 100px;
    	    padding: 1px 3px;
    }

    Change the height and padding as per your need.

    Best Regards.

    #453626

    ygzndc
    Participant

    hello,

    thanks. but font size and buttons are the same height. can we manipulate them with css too?

    thanks a lot!

    #453665

    Hi,

    div.cookies-info-text{
    	font-size: 5px !important;
    }
    .cookies-buttons .cookies-accept-btn{
    	width: 40px;
    	font-size: 5px !important;
    }

    Change the code as per your need.

    Best Regards.

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