WebSite X5Help Center

 
Robert A.
Robert A.
User

Can I hIde a button at desktop resolution?  en

Autor: Robert A.
Visitado 1068, Followers 3, Compartido 0  

I have a button on a page that I don't want at full desktop resolution but do want at all lower ones - is there a way to do that?

Boy it would be nice if each row on a page could be individually ON or OFF at each of the pre-set resolutions.

The page is at www.winghigh2020.co.uk  and the button is 'Bestselling Title...'

Publicado en
5 RESPUESTAS - 2 úTIL
Paul M.
Paul M.
Moderator

Hello Robert,

You can't do that by default...  you can do the opposite (hide objects at lower resolutions), but you probably already know that.

The software is constantly evolving.  I encourage you to open an 'Idea' post suggesting that Incomedia include this option in a future release.

Or I can turn the post into an Idea for you on your behalf if you prefer.

Kind regards,

Paul

Search the WebSite X5 Help Center

Leer más
Publicado en de Paul M.
Aleksej H.
Aleksej H.
Moderator

Hello.Try pasting this code on the page.You can find out how to embed code on a page here.

<style>
@media (min-width: 960px) {
#imObjectButton_184_button {
display: none;
}
}
</style>

Leer más
Publicado en de Aleksej H.
Robert A.
Robert A.
User
Autor

Hello Paul,

Yes, please make it an 'idea' :)

Thanks, Robert.

Leer más
Publicado en de Robert A.
Robert A.
Robert A.
User
Autor

Hello Aleksej,

Since there was no link with : "You can find out how to embed code on a page here." I tried adding an HTML block before the button and entering the code - YIPPEE IT WORKS - Thank you very much.

All the best,

Robert.

Leer más
Publicado en de Robert A.