Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Joyn
  • #237820
    mengeco
    Member
    Post count: 558

    Hello,

    All list style (+ sidebar content page) are ok except in some pages. Eg:

    On this page, it’s ok :http://www.crsi-paris.fr/actualites/images-fortes

    But, if I click on article : http://www.crsi-paris.fr/actualites/legitime-defense-couteau-vs-pistolet-la-regle-des-7-metres

    The list is bad : There are big arrows in front of the titles (the small arrow is ok)

    These big arrows are intended for contents of the pages but, in this page, there are standard Bullets points…

    How to make the lists (sidebar and list) on this page is identical to the entire site?

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

    Hi,
    Please use this custom css code:-

    .page-content ul{
    list-style:none !important;
    }

    Thanks
    Mohammad

    #237872
    mengeco
    Member
    Post count: 558
    This reply has been marked as private.
    #238111
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Code should work perfect. Please provide me login detail to check and resolve the issue.
    Thanks
    Mohammad

    #238133
    mengeco
    Member
    Post count: 558
    This reply has been marked as private.
    #238402
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this also:

    .page-content ul {
        list-style-image: none!important;
    }

    Thanks.

    #240866
    mengeco
    Member
    Post count: 558

    Hi,

    it concerns only the sidebar (screenshot + e.g.: http://www.crsi-paris.fr/actualites/capital-avons-nous-les-moyens-dassurer-notre-securite).

    I managed to remove the arrows with css :

    .right-sidebar ul li {
    	list-style-image: none!important;
    }

    but the menu is still shifted to the right

    If I use css

    .right-sidebar ul li {
    list-style-image: none!important;
    margin-left : -18px!important;
    }

    the sidebar of other pages (e.g.: http://www.crsi-paris.fr/nos-activites) is shifted to the left

    Thanks

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

    Hi,
    Please use this custom css code:-

    .single-post .right-sidebar ul li {
    list-style-image: none!important;
    margin-left : -18px!important;
    }
    

    Thanks
    Mohammad

    #241312
    mengeco
    Member
    Post count: 558

    Perfect, thanks Mohammad !

    But the arrows are too close to the title (when the title is long)
    How to make the arrow does not touch the title?

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

    Hi,

    Please test this:

    .widget_categories ul > li a:before, .widget_archive ul > li a:before, .widget_nav_menu ul > li a:before, .widget_meta ul > li a:before, .widget_recent_entries ul > li a:before, .widget_product_categories ul > li a:before, .widget_edd_categories_tags_widget ul li a:before, .widget_display_replies ul li a:before, .widget_display_forums ul li a:before, .widget_display_topics ul li a:before {
    margin-left: 10px;
    }

    Thanks

    #241630
    mengeco
    Member
    Post count: 558

    Great, thanks !!

    #241649
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to David.
    Mohammad

Viewing 12 posts - 1 through 12 (of 12 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