Lists (Style

Home Forums Jevelin Theme Lists (Style

Home Forums Jevelin Theme Lists (Style

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • aufregend
    Participant

    Dear Support Team,

     

    on my website, I am using the list style 3.
    I would like to have the bullets (icons with arrow) outside. So when the Text wraps, the next line should start just below the first line.
    Right now, the text in the 2nd line starts just below the icon.

     

    Thank you very much!

     

    Attachments:
    You must be logged in to view attached files.

    Hi @aufregend,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container span.sh-list-icon {
        margin-bottom: 7px;
        display: block;
        float: left;
    }

     

    Best regards,
    Shufflehound team

    aufregend
    Participant

    Hi,

     

    Thank you very much, hope you are well as well.

     

    The CSS works for the desktop version.

    On the mobile version, the third line starts again left just below the bullet.

     

    Can you please take another look?

     

    thank you very much.

    best regards.

     

    Attachments:
    You must be logged in to view attached files.

    To make it also work on mobile, you have to develop custom code in the child theme of Jevelin theme.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

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