Sidebar

Posted in: Newspaper
Post count: 23

Hello, you can exclude the sidebar from the mobile version?

Waiting for a reply

kind regards

Post count: 6600

Hi,

You can hide it via CSS using this code:

@media (max-width: 767px) {
.td-page-wrap .span4.column_container {
display: none !important;
}  
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.