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

Viewing 15 posts - 1 through 15 (of 35 total)
  • Posted in: Dante
  • #319660
    tsimarketing
    Member
    Post count: 267

    Good Afternoon,

    We having trouble with the fonts on tsihealthcare.com/qpcentral. Please use the provided link to access the page as it is currently protected by Member Press and you will be unable to see it from the front. The problem is that bullets are not working properly with the “Heading 4” font so we have to use “Paragraph” which is the wrong font. Please see Workflow Workshops under the Quality header for ana example of this.

    #319704
    David Martin – Support
    Moderator
    Post count: 20834

    I cannot access the supplied URL. Please check and update.

    #319826
    tsimarketing
    Member
    Post count: 267
    This reply has been marked as private.
    #319839
    tsimarketing
    Member
    Post count: 267

    I have gone through the page and compiled a list of impacted areas.The problem is that when using the correct font “Heading 4” the bullets are off and an extra space is added between the lines so we are forced to use the “Paragraph” font.

    Header:
    Quality – In accordion “Overview” and “Workflow Workshops”
    Advancing Care Information – In accordion “Overview” and “Transition Measure”
    Cost – In accordion “Overview”
    Improvement Activities – In accordion”Overview”
    Advanced.. – In accordion “Overview”
    Security Risk Analysis – In accordion “NextGen Advanced Audit..”

    #320110
    David Martin – Support
    Moderator
    Post count: 20834

    If you use h4 do you get this?

    If so, please use this:

    ul > li > h4 {
        display: inline-block;
    }
    #320113
    tsimarketing
    Member
    Post count: 267

    Thank you, however, the spacing between bullets is still off and it looks like this.

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

    The spacing/indenting is normal as you are using nested list items:

    Normal:

    <ul>
    <li></li>
    <li></li>
    <li></li>
    </ul>

    Nested:

    <ul>
    <li>
      <ul>
        <li></li>
        <li></li>
      </ul>
    </li>
    <li></li>
    <li>
      <ul>
        <li></li>
        <li></li>
      </ul>
    </li>
    </ul>
    
    #320358
    tsimarketing
    Member
    Post count: 267

    Hi there, I spoke with my manager who said we have gotten a custom CSS code from you all before to fix the spacing issue. We believe it is this code:

    ul li {
    font-size:15px;
    }

    However, the code to fix this problem is overriding the previous code. Can you provide me with a code to clear up both issues.

    #320362
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    The code above will change the font size.

    Can you please provide detail of exactly what you want to change, we can then provide you with the CSS if possible.

    #320376
    tsimarketing
    Member
    Post count: 267

    We would like the bulleting fixed, the first issue addressed. Then, we would like the spacing between bullets fixed, as seen in the screenshot I sent over. Thanks!

    #320378
    David Martin – Support
    Moderator
    Post count: 20834

    To clarify this:

    Do you want the top/bottom/left/right margin reduced for each list item and each nested list item?

    #320383
    tsimarketing
    Member
    Post count: 267

    Yes.

    #320690
    David Martin – Support
    Moderator
    Post count: 20834

    I can no longer view the page and the credentials do not work.

    #320795
    tsimarketing
    Member
    Post count: 267
    This reply has been marked as private.
    #321013
    David Martin – Support
    Moderator
    Post count: 20834

    Still no luck:

Viewing 15 posts - 1 through 15 (of 35 total)

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