Jump to content

Responsive menu bug


Recommended Posts

hello

the question is what you want to do with this space?

you want to change size of these two buttons?


@media only screen and (max-width: 767px)
.blockpermanentlinks-header {
position: absolute;
right: 75%;
top: 0px;
width: 25%;
}

change width:25% to width:50%;

 

the same in

@media only screen and (max-width: 767px)
.blockuserinfo {
position: absolute;
top: 0px;
right: 0px;
text-align: center;
width: 25%;
height: 45px;
}

effect

DZz0CIa.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...