Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1087867

    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

    #1087959

    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

    #1087967

    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??

    #1088192

    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

    #1088211

    Thanks Rikard
    I will definitely try this..

    Appreciate your answer in your first msg to me

    And it worked perfectly.

    • This reply was modified 5 years ago by wealthyone.
    #1088336

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Lining up Buttons’ is closed to new replies.