L
L
LancX2017-09-19 23:29:21
User navigation
LancX, 2017-09-19 23:29:21

How to make the menu not go to the right when changing the resolution?

Website mowiless.ru
When changing the destruction of the menu in the header, it goes to the right. How to make the menu shrink along with the site when changing the disfigurement and be in the middle?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Ankhena, 2017-09-20
@Ankhena

@media screen and (min-width: 600px)
style.css?ver=4.8.1:1530
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    display: inline-block !important;
    text-align: left;
    width: 100%;
    margin-left: 750px;
}

deal with margin-left

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question