As the title suggests, I’m quite new to all this. Still, I have a question I hope someone can answer?
I’m using Enfold and wish to insert a customised button into a text box field. I tried using the Avia table layout, but it only allows for buttons on the rows – I need them in a column.
Any help would be greatly appreciated!
Cheers,
JD
Bump?
Hey!
FYI, no. Our queue system goes from the oldest queries to the newest ones. So bumping actually replaces your query from its current position to the end of the queue.
Can you post a screenshot and show where exactly you would like to display button? You can use Text Block element and insert codes in Text Tab
Regards,
Yigit
Hey!
Create the button using the Magic Wand instead of the Avia Builder:
It will generate a [shortcode], simply paste it wherever you want.
Regards,
Josue
Hello!
It kinda works, can you provide us with a link to that page?
Regards,
Josue
Hey!
There is some issue regarding the table width, try adding this code to the Quick CSS:
td {
width: 100% !important;
}
Result:
Cheers!
Josue
Hi!
Add this CSS code too:
td .avia-button-wrap{
vertical-align: middle;
}
Regards,
Josue