New Landing How can we help? Themeforest Theme Support Dante Blog Posts missing when spanning

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Dante
  • #249693
    karhas
    Member
    Post count: 44

    Hello, I posted about this yesterday, so please forgive if this is a duplicate. I cannot see it in My Topics, so I am not sure it posted.

    Yesterday, I could not get my masonry blog posts to show more than two posts spanning width…and couldn’t figure the cause.

    I finally figured out that the css I used for fixing the bullet alignment (so text would align under the text and not wrap under the bullet) was the cause of my blog post issue.

    Is there any way to fix the bullet issue (scroll down and see tab on Member Toolkit page.) and not affect the blog post layouts? If I add this code below back to custom css, the problem reoccurs.

    ul li {
    /*
    * We want the bullets outside of the list,
    * so the text is aligned. Now the actual bullet
    * is outside of the list’s container
    */
    list-style-position: outside;

    /*
    * Because the bullet is outside of the list’s
    * container, indent the list entirely
    */
    margin-left: 1em;
    }

    short-body {
    line-height: 1em !important;
    }

    Thanks so much!!

    Attachments:
    You must be logged in to view attached files.
    #250301
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me page url with bullet list to find the another code for it.
    Thanks
    Mohammad

    #250436
    karhas
    Member
    Post count: 44
    This reply has been marked as private.
    #250461
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css for UL list and remove the last code:-

    ul:not(.masonry-items) li {
    list-style-position: outside;
    margin-left: 1em;
    }

    Thanks
    Mohammad

    #250796
    karhas
    Member
    Post count: 44
    This reply has been marked as private.
    #250801
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with bullet list.
    Thanks
    Mohammad

    #250831
    karhas
    Member
    Post count: 44
    This reply has been marked as private.
    #250990
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .spb_tabs .tab-content > .tab-pane  ul li {
    list-style-position: outside;
    margin-left: 1em;
    } 
    

    Thanks
    Mohammad

    #251292
    karhas
    Member
    Post count: 44
    This reply has been marked as private.
    #251329
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome and glad to help you.
    Thanks
    Mohammad

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register