Promospace and responsive layout

Hi,
I am having some difficulty in retrieving the Promospace position in my responsive layouts. I don´t want the Promospace to appear in tablets and other small devices.
Tks
11 years 2 months ago #1 by Pedro Farinha

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline
Hi, Can you share your website URL so I can take a look?
11 years 2 months ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

11 years 2 months ago #3 by Pedro Farinha

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline
Hi,
try to add these lines of code below to your template css
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
#tppromospace {display:none!important;}
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
#tppromospace {display:none!important;}
}
11 years 2 months ago #4 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Hi,
Isn´t it possible to fixe this problem withou writting any code.
If you want I can send you a superuser login via message.
Tks
Pedro
11 years 2 months ago #5 by Pedro Farinha

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline
If you don't want to edit the code, you can try to use the advance module manager component to hide promo space module in mobile view
11 years 2 months ago #6 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum