add lang in submenu
This commit is contained in:
42
style.css
42
style.css
@@ -129,15 +129,12 @@ a{
|
||||
|
||||
#mainlogo{
|
||||
margin-left: 12px;
|
||||
min-width: 260px;
|
||||
width: 240px;
|
||||
flex-shrink: 0;
|
||||
text-align: center;
|
||||
margin-right: 10%;
|
||||
}
|
||||
|
||||
#mainlogo IMG{
|
||||
/* min-width: 240px; */
|
||||
}
|
||||
|
||||
.right-info{
|
||||
margin-top: 8px;
|
||||
@@ -1829,8 +1826,31 @@ img-fluid{
|
||||
}
|
||||
|
||||
|
||||
#mobile_submenu{
|
||||
display: flex;
|
||||
position: fixed;
|
||||
cursor: pointer;
|
||||
z-index: 1;
|
||||
top: 20px;
|
||||
right: 5%;
|
||||
}
|
||||
|
||||
#closed_mobile_menu, #closed_mobile_rubrics_menu{
|
||||
#closed_mobile_menu{
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/closed.svg) left center;
|
||||
}
|
||||
|
||||
#lang_mobile_title{
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #909294;
|
||||
text-transform: uppercase;
|
||||
padding-right: 28px;
|
||||
}
|
||||
|
||||
|
||||
#closed_mobile_rubrics_menu{
|
||||
position: fixed;
|
||||
cursor: pointer;
|
||||
z-index: 1;
|
||||
@@ -1838,10 +1858,11 @@ img-fluid{
|
||||
right: 5%;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/closed.svg) left center;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
#rubrics_back{
|
||||
margin-left: 38px;
|
||||
font-size: 14px;
|
||||
@@ -1967,7 +1988,6 @@ span.rub_back_title{
|
||||
|
||||
#mainlogo{
|
||||
width: 240px;
|
||||
text-align: left;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -2185,9 +2205,11 @@ span.rub_back_title{
|
||||
}
|
||||
|
||||
#mainlogo{
|
||||
width: 240px;
|
||||
text-align: left;
|
||||
max-width: 240px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#mainpage-title{
|
||||
|
||||
Reference in New Issue
Block a user