WebSite X5Help Center

 
Robert A.
Robert A.
User

Can I hIde a button at desktop resolution?  en

Autor: Robert A.
Besucht 1072, Followers 3, Geteilt 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...'

Gepostet am
5 ANTWORTEN - 2 NüTZLICH
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

Mehr lesen
Gepostet am von 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>

Mehr lesen
Gepostet am von Aleksej H.
Robert A.
Robert A.
User
Autor

Hello Paul,

Yes, please make it an 'idea' :)

Thanks, Robert.

Mehr lesen
Gepostet am von 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.

Mehr lesen
Gepostet am von Robert A.