Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi,
I would like to be able to display the top_nav part of my site when viewing on a mobile, currently when the display size is 767px or less it will no longer display.
I have added variations of the following having read other replies:
@media (max-width: 767px){.top_nav { display: block;}}
I don’t think it is an issue with the top_nav div but the .container within it.
My site is here: https://london.autismshow.co.uk
As you will see, the top_nav contains some navigation links that I need to keep on a mobile view.
Can you help?
Thanks, Nigel
Hello,
You can make this possible by adding this two lines into Specular > General > Custom Css Box:
@media(max-width:767px){
.top_nav .span6{width:50%}
.top_nav{ display:block !important;}
.top_nav .textwidget, .top_nav .widget span
{font-size:10px;}
}
Save the changes.
Let us know.
Regards!
You must be logged in to reply to this topic.