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

    Hi, how can I move the icon list so it will be aligned with the above and below text?

    And how can I add some spacing between the buttons?

    And how can I make the tabs element be a bit wider for the titles?

    Thanks!

    #912610

    Hey DROR,

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

    .page-id-18352 .avia-icon-list li {
        margin-right:0 !important;
    }
    
    .page-id-18352 .sidebar_tab .tab_titles {
        width: 100% !important;
        min-width: 200px !important;
        max-width: 350px !important;
    }

    Best regards,
    Rikard

    #912684

    Thanks. What about adding some spacing between the buttons?

    #912931

    Hi,

    It needs margin and not padding.

    #top .avia-button { 
    margin-left: 20px;
    }

    Let us know if that works for you!

    Best regards,
    Basilis

    #913903

    That didn’t make any difference. And I only want the padding/spacing to be on this specific page between these specific buttons.

    #914100

    Hi,

    Can you try adding this css code in Quick CSS:

    .page-id-18352 #info .avia-button-right.avia-builder-el-13 {
        margin-left: 20px;
    }

    Hope this helps :)

    Best regards,
    Nikko

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