PpesaindonApr 9, 2023
I added the class header-size-sm to #header which reduced the header to 60 but when I switch to mobile size the header height becomes 100. How do I make the header size 60 consistent accross all device sizes?
1 reply · opened Apr 9, 2023
I added the class header-size-sm to #header which reduced the header to 60 but when I switch to mobile size the header height becomes 100. How do I make the header size 60 consistent accross all device sizes?
Hello,
To do a Hard Reset of the Header Size in all Viewports, simply use the following CSS:
[ch_pre type="css"]#header {
--cnvs-header-height:60px;
}[/ch_pre]
This will work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard