1.Pls remove the header area widgets(social icons).
2.Pls remove the top margin property of site-logo and also give proper top padding to primary menu.
3.Pls add the following custom CSS in themeoptions-
@media screen and (min-width: 768px) and (max-width: 1024px){
#site-logo{
display: inline-block;
float: left;
top: 20px;
}}
@media screen and (min-width: 768px) and (max-width: 1024px){
#primary-menu{
display: block;
float: right;
margin-right: 0;
padding-top: 15px;
}}
Author
Posts
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Agile Theme Support’ is closed to new topics and replies.