Hi there, I am using your Canvas theme which I think is fabulous, great work thanks. Hopefully you can help me out with this. On the example page
http://themes.semicolonweb.com/html/canvas/menu-6.html
The area with the icons <div id="top-social"> disappears on small devices, can I change it to keep this and the <div class="top-links"> displayed on the small devices as well?
By the way your fix for retaining the bottom social media icons displayed on small devices (mentioned on your forum) works but it seems to disable the back to top button, do you have a fix for this as well.
@media (max-width: 767px) {
#copyrights .col_half:last-child {
display: block;
margin-top: 30px;
float: none;
text-align: center !important;
}
#copyrights .col_half:last-child .fright { float: none !important; }
#copyrights .col_half:last-child .social-icon {
float: none !important;
display: inline-block !important;
}
}
I tried to open a ticket at http://support.semicolonweb.com but couldn't find the option to do this.
Many Thanks
