This topic has 5 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
Hello, sorry for my english.
if screen is less than 995px, i want to change to responsive design. And i want to change the boxed version width.
when i have the resolution to 1024 the menu switch to responsive and i want to menu in 1024 to see normal.
I have my web in localhost, but when i see your demo in resolution 1024
https://www.8theme.com/demo/royal/?page_id=16251&et_styles=0-5-0-2-0-3
the menu is on the left with three lines and i want to see normal
It’s posible????
Hello,
Please provide us with link to the page.
Regards,
Robert Hall.
I have in localhost but in your demo it’s the same, in resolution 1024
https://www.8theme.com/demo/royal/?page_id=16251&et_styles=0-5-0-2-0-3
the menu is on the left with three lines and i want to see normal
Please try to add this code into custom.css file.
@media only screen and (max-width: 1024px){
.navbar-collapse.collapse{
display:block !important;
}
button.menu-icon{
display:none;
}
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Hello,
Try to edit the media query located in the responsive style sheet file wp-content/themes/royal/css/responsive.css at line 1009.
Changed it from
@media only screen and (max-width: 1200px)
to
@media only screen and (max-width: 992px)
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up