Hi,
I was just trying to add accordion in a grid row and faced this problem. The bulleted text (format) inside the text box (in accordion) does not work when the accordion is inside the grid row. The bullets do work within the color section or otherwise.
Please look into it. Thanks.
Hey tansari!
Thank you for using Enfold.
If you don’t mind, we would like to see the actual website with the grid row element. Please post the website url here. :)
Best regards,
Ismael
Hey!
“Error 404 – page not found”. Can you please check the link once again and make sure that you posted the correct one? :)
Regards,
Yigit
Hey!
I cannot reproduce the issue on my end on Safari, Chrome and Firefox on OS X 10.10 – http://i.imgur.com/xMhazuy.png
Just in case i got the questions wrong, can you please post a screenshot show the issue?
Cheers!
Yigit
Hey!
Do you mind creating a temporary admin login and posting it here privately? I cannot see list items on source code – http://i.imgur.com/imIT2uE.png
Best regards,
Yigit
Hey!
You can use your own email if you like. Please post the login details here as a private reply.
Best regards,
Rikard
Hi, I had the same problem and I resolved it with the following CSS Quick code:
.single_toggle ul {
list-style-type: disc;
}
to do the same thing to normal text boxes in row grids I found that this does the job:
.avia_textblock ul {
list-style-type: disc;
}
It workes fine for me, perhaps it works also for others.