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!
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
Thanks. What about adding some spacing between the buttons?
Hi,
It needs margin and not padding.
#top .avia-button {
margin-left: 20px;
}
Let us know if that works for you!
Best regards,
Basilis
That didn’t make any difference. And I only want the padding/spacing to be on this specific page between these specific buttons.
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