Home › Forums › All Other Themes › PALM HEALING – list items in tabs
- This topic has 7 replies, 2 voices, and was last updated 1 year, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
February 4, 2023 at 9:39 am #203380
Hi!
I am using Palm Healing over at this site: http://www.zenhardyoga.com
Regarding this page: http://box5359.temp.domains/~zenhardy/yochai-weiss-credentials/
I would like to make it so that the [li] items are indented, within the TABS provided by Elementor. How can I best do this?
Thank you!
CasaraFebruary 6, 2023 at 1:15 pm #203412Hi,
Given page link isn’t opening. We are getting this message.
https://nimb.ws/r4SPlb
Regards,
ChrisFebruary 22, 2023 at 2:08 pm #203808Thank you!
Please see new link: http://zenhardyoga.com/yochai-weiss-credentials/
I would like to make it so that the [li] items are indented further in, within the TABS provided by Elementor. How can I best do this?
Thank you again!
CasaraFebruary 22, 2023 at 5:57 pm #203812Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.elementor-tabs-content-wrapper li { list-style: disc inside; }
Regards,
ChrisFebruary 23, 2023 at 9:34 am #203826Thank you so much! Is it possible to add a little bit more of an indent?
Thank you again!
CasaraFebruary 23, 2023 at 10:54 am #203830Hi,
Kindly use this CSS.
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper { padding-left:25px;}
Regards,
ChrisMarch 2, 2023 at 3:02 pm #204010Thank you so much, Chris! Though I don’t see that the indent has increased at all with that code.
See this link: https://zenhardyoga.com/yochai-weiss-credentials/
Again, thank you so much 🙂
CasaraMarch 3, 2023 at 10:50 am #204031Hi,
Kindly use this one:
.elementor-tabs-content-wrapper li::before { content: ""; width: 10px; position: relative; display: inline-block; }
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.