Jump to content

remove the sidebar only for the download section

Featured Replies

How can I completely remove the sidebar only for the download section?
Can you give me the css code?

 

Link to comment
https://ipbmafia.ru/topic/25445-remove-the-sidebar-only-for-the-download-section/
Share on other sites
.ipsApp[data-pageapp="downloads"] #ipsLayout_sidebar {
display:none!important; 
}

 

11 minutes ago, Zero108 said:
.ipsApp[data-pageapp="downloads"] #ipsLayout_sidebar {
display:none!important; 
}
 

 

After adding the code, the page looked like this.
I want it to be displayed in full screen.

400.thumb.jpg.7a22397fe65267fc009e82fe0ea2f040.jpg

49 минут назад, afshin20 сказал:

After adding the code, the page looked like this.
I want it to be displayed in full screen.

используй вместе с кодом выше:

.ipsApp[data-pageapp="downloads"] #ipsLayout_mainArea {
    display: block !important;
}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.