Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Digi
tagDiv Member

Good show fails if the right-hand side bar will be displayed on mobile well, so a ccs code, what I did was not the sidebar appear in mobile phones.


@media
(max-width: 767px) {
.single .td-main-sidebar {
display: none !important;
}
}

Viewing 1 post (of 1 total)