Hi, I created a custom widget area and used the text feature but the bullet points are not indented and they’re shown as cut in half. Please see towards the bottom of the home page under the heading “OverRye Top 5’s”
Hey dorikoren,
Please try the following in Quick CSS under Enfold->General Styling:
.widget_text ul {
padding-left:2px;
}
Best regards,
Rikard
I tried that and it didn’t work
Hi,
Please try adding !important rule to Rikard’s code as following
#top .widget ul {
padding-left: 2px!important;
}
Best regards,
Yigit
Thank you!
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit