Marvise
-
Posts
5 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by Marvise
-
-
7 hours ago, tuanphan said:
You can use this CSS code
@media screen and (min-width:992px) { div.header-menu { left: unset !important; width: 30% !important; }}
This fixed the size problem! Also do you have any recommeneded code for a "Scroll down" and "top" button? I also noticed my website has some spacing issues on mobile compared to desktop. Any solutions to fix that without altering the desktop layout?
-
3 hours ago, Beyondspace said:
You can use the following code to set burger menu smaller and locate it to the right
.header-display-desktop { flex-direction: row-reverse; } .burger-box { width: 30px; /*change the value for width of burger*/ }
Let me know how it works on your site
This helped with the hamburger placement! Now I just need help shrinking the navigation menu when it's open. It currently takes up the entire page, but I want it on the right side in a small panel similar to the one on ADTR's website.
-
8 hours ago, Beyondspace said:
Can you share your site so I can take a look?
-
Hello,
I am having some difficulties with my CSS code. I added the "hamburger menu", but it's taking up the entire screen. I want it to be narrow like this screenshot. Also, how can I move the hamburger to the right side instead of it's current location on the right?Also, i am looking to add some sort of "Scroll" button such as this.
One final request is that when the page loads, it sort of "fades in" with a logo similar to the a day to the remember website when you load it. Their website is https://adtr.com if you want a live representation.
Needing assistance with some code.
in Customize with code
Posted
#1. I followed this tutorial. Do you know how to make the button disappear when at the top of the page?
#2. The block with "New single Available Now" is over lapping the tour dates button. The block with "stream 'Virus' and Official merch isn't stacked on top rather than side by side.