Custom CSS to hide header but keep the right side
I want to hide the left part of the header, hopefully center the right side as well. Did a mock up of what I'd like it to look like. I know I can use
dashboard-header-logo-root
and dashboard-header-logo-text
to hide those, but using dashboard-header
hides the whole thing and there's no opposite to dashboard-header-group-right
. Maybe what I'm looking for is not possible. If that's the case, no worries 🙂7 Replies
Solution
Perfect. Thank you very much!
Just for the beauty of it, you might want to add those 2 lines as well. @Droppisalt
Thanks! I was using
border-radius: 15px;
but your thing is much better 🙂1rem is the value we use for all our roundings, it's equal to 16px so you weren't off by that much. Border radius is great but that also adds the top which may not be that great looking
hello, how did u do that can you give your css please i'm newbie on css
it's already there, it's even shown in CSS code blocks