Shop Categories

X

HTML Code to indent bullets

Home Forums Agama Pro HTML Code to indent bullets

Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11604
    LatinaNomad
    Participant

    Hi,

    The header to my services page isn’t working :/

    Separately, I created an html code to indent the bullets on my woo commerce page. But it’s not indenting properly. Please see the screenshot below

    https://drive.google.com/file/d/1hFfnJGU5Bn9TJH-iCGGZoNXyurdvVtlW/view?usp=sharing

    Can you help me revise this code to make it work properly?

    <ul style=”list-style-type:disc”>

  • Click the image for any customized service package to review the offer<p style=”padding-top: .5cm”>
  • Select the package that fits your business needs the best<p style=”padding-top: .5cm”>
  • Click the “<b>PayPal</b>” (requires an account) or “<b>PayPal Credit</b>” (no PayPal account needed) to process your payment.<p style=”padding-top: .5cm”>
  • After you submit your payment, you’ll receive your welcome packet and client agreement from me within 1 business day.<p style=”padding-top: .5cm”>
  • Once your agreement has been signed, you’ll be given access to your client prep work [whatever you call it].<p style=”padding-top: .5cm”>
  • When your prep work is complete, you’ll be given a link to schedule your session with me. Then, we’ll have our session!<p style=”padding-top: .5cm”>
#11605
Zex
Moderator

Hi,

From what I can see, your image has the source “unknown” that’s mean that your image is probably deleted from the database. Try to insert it again.

In order to give you the proper code for the bullet list, I need your woocommerce page to be published.
Let me know when the page is available, (or publish it temporarily) so that I can help you with it.

Anyway, you can try to add the following code into Customizing->General->Additional CSS:

.woocommerce ul{
    list-style-position: inside!important;
}

Regards

#11608
LatinaNomad
Participant
This reply has been marked as private.
#11609
Zex
Moderator

Hi,

The easiest way is to add custom CSS code (as you have already done). For all the lists on the entire site, just enter one code:

body #page ul{
    list-style-position: inside!important;
}

It should help on all pages.

Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.