Refering to this code given here
https://kriesi.at/support/topic/enfold-buttons-next-to-each-other-within-same-columns/
Which works great, is there a way to make it for for one page only, so then the rest of the site would perform as normal.
And is this possible with images. (If I were to use small images as buttons.
Currently I only see a way to put 5 across the page.
This is so I can have a list of Catergories to pick from on a page
Thanks
Hey wealthyone,
Could you please give us a link to your website, we need more context to be able to help you.
You can use the page-id class to limit the code to work just on the page that you need.
Best regards,
Victoria
Sorry I dont have a link as it is on a desktop dev platform
Yes I suspected I would use a page ( or 2 pages ) ID to limit it, but what would be added to the code listed above to limit this??
Hi,
You can find the page ID class in the body tag if you inspect the page in question in your browser. The code would the look something like this:
.page-id-123 .avia-button-center {
display: inline;
padding: 0 5px;
}
Best regards,
Rikard
Thanks Rikard
I will definitely try this..
Appreciate your answer in your first msg to me
And it worked perfectly.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon