correct css menu
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<title><?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?></title>
|
<title><?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?></title>
|
||||||
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=53">
|
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=54">
|
||||||
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
|
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
|
||||||
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/jquery-3.6.0.min.js"></script>
|
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/jquery-3.6.0.min.js"></script>
|
||||||
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/burger-menu.js?ver=9"></script>
|
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/burger-menu.js?ver=9"></script>
|
||||||
|
|||||||
29
style.css
29
style.css
@@ -136,7 +136,7 @@ a{
|
|||||||
}
|
}
|
||||||
|
|
||||||
#mainlogo IMG{
|
#mainlogo IMG{
|
||||||
min-width: 240px;
|
/* min-width: 240px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-info{
|
.right-info{
|
||||||
@@ -624,12 +624,13 @@ a{
|
|||||||
|
|
||||||
#header_icons{
|
#header_icons{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin-left: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header_icons li{
|
#header_icons li{
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
margin-left: 18px;
|
margin-left: 6px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1504,6 +1505,9 @@ img-fluid{
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#header_icons{
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.main-card-title{
|
.main-card-title{
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
@@ -1681,6 +1685,19 @@ img-fluid{
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#header_icons li{
|
||||||
|
width: 20px;
|
||||||
|
height: 15px;
|
||||||
|
margin-left: 6px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.toggle-nav {
|
||||||
|
display: inline-block !important;
|
||||||
|
background: url(/wp-content/themes/vij/pub/icons/burger-15.png) no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.post_info_social{
|
.post_info_social{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@@ -1741,6 +1758,14 @@ and (max-device-width : 667px) {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#header_icons li{
|
||||||
|
width: 20px;
|
||||||
|
height: 15px;
|
||||||
|
margin-left: 6px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#mainpage-title{
|
#mainpage-title{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user