sophspages
(Sophie Mona Pagès)
1
Thank you for this great component!
I don’t want it to show to non logged in users so I have added this in the CSS of the component:
.b-header {
display: block;
}
.anon .b-header {
display: none;
}
It works but it still takes space here:
https://us.lvrsnfrnds.com
Do you know what I should do?
2 Likes
Add the below CSS to remove the blank space.
.anon .ember-application .d-header {
margin-top: 0;
}
5 Likes
sophspages
(Sophie Mona Pagès)
3
Wow thank you sooooo much Vinoth!! It looks great! Tada!
3 Likes
system
(system)
Closed
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.