LleanovskiSep 9, 2017
I am using header-side-left.html (unmodified Canvas file)
When the screen is reduced in size only half of the Copyrights section shows up - the right-hand side is missing.
Could you help me solve this issue thanks
1 reply · opened Sep 9, 2017
I am using header-side-left.html (unmodified Canvas file)
When the screen is reduced in size only half of the Copyrights section shows up - the right-hand side is missing.
Could you help me solve this issue thanks
Hello,
This has been disabled by default on Mobile Devices to prevent alignment issues. Please consider using the following CSS Code to fix this:
@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;
}
}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