Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #585504

    Hey

    I am having problems with a vertical menu on the left and I hope you can help me. I would like:
    · Text in buttons align left
    · Buttons same sizes – height and width
    · 1 pixel space between buttons
    · Menu fixed position, so it moves down when I scroll.

    Thanks
    // Esben

    • This topic was modified 8 years, 10 months ago by Snowgaard.
    #586594

    Hey Snowgaard!

    Thank you for using Enfold.

    Please turn on the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Edit all buttons, add a unique class attribute. Use “custom-button” for example then add this in the Quick CSS field:

    .custom-button .avia-button {
        text-align: left;
        min-width: 200px;
    }

    Best regards,
    Ismael

    #587155

    Thanks a lot Ismail. Just perfect.

    Only one last question: Is it possible to fix the column containing the buttons so that it follows down and stays visible when I scroll?

    Best regards
    Esben

    #587223

    Hey!

    I believe this was resolved – https://kriesi.at/support/topic/button-menu/#post-587221
    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

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