Viewing 4 reply threads
You must be logged in to reply to this topic.
I’m using Specular and on mobile the hamburger menu is on the right side and the logo is on the left, any way to swap these two?
Hello,
Yes, you can do it using custom css. Add the code into your custom css box. If you need help with it, just send us a link of your site. So we can give you the precise code to add.
Best regards!
Sure thing, here’s what I’m working with: https://bitstyk.com/
Any help would be appreciated, I’ve got linux down, but html and css are super new to me.
Thanks!
Hello,
Please try to add this code into your custom css box:
@media (max-width: 480px){
.mobile_small_menu { left: 80% !important;}
#logo { float: left !important;}
footer#footer a:hover, aside ul li:hover:after { color: #444 !important;}
}
Result screenshot: https://pho.to/AgbGh
Let us know.
Best regards!
You must be logged in to reply to this topic.