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

    Hi, as you can see here – http://screencast.com/t/5vScrnHsN – I made the buttons bigger but the spacing is OFF. How can I add some spacing between the buttons?

    Thanks.

    #719106

    Hey DROR,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-3994 .avia-slideshow-button {
        margin-right: 20px;
    }

    Best regards,
    Rikard

    #719133

    Great, thanks. How can I make that into a global change that will effect all the other pages with the fullscreen slider element on the site?

    #719465

    Hi,

    Please change the code to following one

    .avia-slideshow-button {
        margin-right: 20px;
    }

    Best regards,
    Yigit

    #719553

    Hi, it’s not working. Only when I add the specific page ID it works… The general code doesn’t make the change.

    #719993

    Hi,

    Please try this instead:

    .avia-slideshow-button {
        margin-right: 20px !important;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.