Home › Forums › WoodMart support forum › Cookie law info is big in mobile Cookie law info is big in mobile This topic has 3 replies, 2 voices, and was last updated 1 year, 11 months ago by Aizaz Imtiaz Awan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 23, 2023 at 1:33 am #453503 ygzndcParticipant hello, Is there any chance that we can decrease the height of the Cookie law info section in mobile? thanks. March 23, 2023 at 11:25 am #453598 Aizaz Imtiaz AwanKeymaster 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. March 23, 2023 at 1:05 pm #453626 ygzndcParticipant hello, thanks. but font size and buttons are the same height. can we manipulate them with css too? thanks a lot! March 23, 2023 at 3:59 pm #453665 Aizaz Imtiaz AwanKeymaster 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. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register