New Landing How can we help? Themeforest Theme Support Dante Front Not Aligning on Site Page

Viewing 5 posts - 31 through 35 (of 35 total)
  • Posted in: Dante
  • #323516
    David Martin – Support
    Moderator
    Post count: 20834

    This is totally different than your initial request. Add this CSS:

    ul > li > ul li,
    ol > li > ol li {
      margin-left: -19px;
      padding-left: 0px;
    }
    .page-content > ul {
        list-style: disc;
        padding-left: 30px;
    }
    ul > li > h4,
    ol > li > h4,
    ul > li > ul li > h4,
    ol > li > ol li > h4 {
      margin: 0 0;
    }
    #323565
    tsimarketing
    Member
    Post count: 267

    This is near perfect, but there is no indentation between the segmented bullets, or stacked rows if you will – see attached. Im sorry if this was not clear from the beginning.

    Attachments:
    You must be logged in to view attached files.
    #323572
    David Martin – Support
    Moderator
    Post count: 20834

    Please use this:

    ul > li > ul li,
    ol > li > ol li {
      margin-left: 15px;
      padding-left: 0px;
    }
    .page-content > ul {
        list-style: disc;
        padding-left: 30px;
    }
    ul > li > h4,
    ol > li > h4,
    ul > li > ul li > h4,
    ol > li > ol li > h4 {
      margin: 0;
    }
    #323583
    tsimarketing
    Member
    Post count: 267

    Yes, THANK YOU!

    #323593
    David Martin – Support
    Moderator
    Post count: 20834

    Marking as resolved.

    Thanks.

Viewing 5 posts - 31 through 35 (of 35 total)

The topic ‘Front Not Aligning on Site Page’ is closed to new replies.