Section 1 bulleted list missing

Home Forums Construction Pro/Build Forum Section 1 bulleted list missing

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #92399
    padgenbpadgenb
    Member
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: January 16, 2018

    Section one of my homepage comes from https://tekrenovations.com/home-improvement-renovations/. The original page displays some list item in a bullet. However, the homepage displays the content as a table in section one. How do I force the section one to display the original format?

    #92411
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.

    Regards,
    Brad

    #92414
    padgenbpadgenb
    Member
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: January 16, 2018

    Here you go.

    https://tekrenovations.com/staging/5562/correct-bullet-list/

    This is what I want

    https://tekrenovations.com/staging/5562/wrong-bullet-list/

    This is what I get

    #92419
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .wrap_one ul { background:transparent !important; list-style:inside disc !important;}
    .wrap_one ul li { border-right:none !important; float:none !important; padding:5px 0 !important;}

    Regards,
    Brad

    #93004
    padgenbpadgenb
    Member
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: January 16, 2018

    After I added the code, the display is now bullet list but I get an extra line added at the top. The Bullet list is also all caps but the entered text is only the first letter of each word capitalized. How do I fix this?

    #93036
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .wrap_one ul { margin-top:15px;}
    .wrap_one ul li { text-transform:capitalize;}

    Regards,
    Brad

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