Header Builder – Tablet View
-
Why is there no option to edit the header when in tablet view ?
I want to use a different logo for the tablet view than what is used for mobile view ?
Also how do I edit the points at which tablet and mobile view activate ?
Hello,
The Woodmart theme header builder currently does not provide a separate view specifically for tablets. It allows customization for desktop and mobile, and the tablet view usually inherits the mobile layout.
Best Regards,
Hmmm this doesn’t seem ideal as other websites have fluid options across these sizes. Mobile view is too small for a tablet..
How do I target the tablet view logo size so I can increase the side in comparision to the mobile view logo size..
What CSS do I add to the tablet view custom CSS ?
Hello,
Try to add the following custom code to the Tablet Custom CSS Area in Theme Settings:
.wd-logo img {
max-height: 80px !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
Best Regards,