WebSite X5Help Center

 
Robert A.
Robert A.
User

Can I hIde a button at desktop resolution?  en

Auteur : Robert A.
Visité 1062, Followers 3, Partagé 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...'

Posté le
5 RéPONSES - 2 UTILE
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

Lire plus
Posté le 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>

Lire plus
Posté le de Aleksej H.
Robert A.
Robert A.
User
Auteur

Hello Paul,

Yes, please make it an 'idea' :)

Thanks, Robert.

Lire plus
Posté le de Robert A.
Robert A.
Robert A.
User
Auteur

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.

Lire plus
Posté le de Robert A.