Aa_hosnyJun 23, 2017
http://themes.semicolonweb.com/html/canvas/index-portfolio-3.php
When window is resized smaller and the menu moves from the left to the top, the social icons disappear - any way to keep them with the menu?
1 reply · opened Jun 23, 2017
http://themes.semicolonweb.com/html/canvas/index-portfolio-3.php
When window is resized smaller and the menu moves from the left to the top, the social icons disappear - any way to keep them with the menu?
Hello,
This is Definitely Possible! Simply remove the .visible-md and .visible-lg Classes from the Social Icons Container in the Header and add the .header-social-icons Class to it.
and then add the following CSS Code:
@media (max-width: 991px) {
.header-social-icons {
margin-top: 30px;
margin-bottom: 20px;
text-align: center;
}
.header-social-icons .social-icon {
display: inline-block !important;
float: none !important;
}
}This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard