Viewing 9 reply threads
You must be logged in to reply to this topic.
<p class=”m5129929725082163645msolistparagraph”><span class=”m512992972508216364526bwwws7l4acbkqmd9q6c8″><span style=”font-family: ‘Arial’,’sans-serif’;”>Social Media widgets located on top Navigation bar of the Header of my website are not appearing when accessed via mobile devices. They do appear when accessed via desk top.</span></span></p>
Hello,
Yes by default we have removed the these icons but you can show them by adding this line of code into Specular > Custom Code:
@media (max-width: 767px)
.top_nav {
display: block !important;
}
If you send to us your website i can give you the exact code to style social icon section.
Let us know.
Regards!
Thank you for the response. My website is akmarketinginc.com. Will the code you provided replace, or will be inputted before the following existing code in the Specular > Custom code.
/*#header{
margin: 0 auto;
}*/
Hello,
You have to add the code after these lines above.
Best Regards!
I added the code you provided into the Specular Custom Code field and nothing changed. The Social Media Widgets, Contact email, phone number, City, & state are still not showing up on the top Navigator Bar of the Header of my website via mobile devices.<span style=”color: #4b4d4d; font-family: Raleway; font-size: 14px;”> </span>
Hello,
Please can you write down your wp credentials to the profile details so we can make this for you.
Let us know.
Hello,
Please can you check it now. I have added this code into Custom Css Box:
@media (max-width: 767px){
.top_nav {display: block !important;}
.top_nav .container .row-fluid .span6:first-child {display:none !important;}
}
Regards!
Thank you! Yes the icons appear via mobile and are working. I appreciate your help!
Thank You!!
You must be logged in to reply to this topic.