Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #687392

    Hi there,

    I would like to have Bulletpoints in the widgetarea. The site is: http://wordpress.p367756.webspaceconfig.de/

    After I googled a lot in Enfold Support Posts i tried for instance these css:

    #sidebar .widget_recent_entries ul li {
    list-style-type: disc !important; display:block;
    } and

    .textwidget ul li {list-style: disc !important;}

    but it doesn’t work. There are still no bulletpoints visible. Can you help me?

    Greets Henrik

    • This topic was modified 8 years, 2 months ago by Rico008.
    #689343

    Hey Rico008,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    ul.disc, .entry-content-wrapper ul, .entry-content-wrapper li {
        list-style: disc outside!important;
    }
    

    Best regards,
    Yigit

    #689435

    Hey Yigit,

    did not work unfortunately….. :-(

    Regards Henrik

    #689452

    Hi!

    Pelase use the following and let us know if it makes any difference

    ul.disc, .entry-content-wrapper ul, .entry-content-wrapper li {
    list-style: disc !important;
    }7

    Thanks alot

    Cheers!
    Basilis

    #696034

    Hi Basilis, unfortunately it doesn’t make any difference……

    #698626

    Hi!

    We added this code in the Quick CSS field:

    #text-4 .textwidget p:before {
        content: '\2022';
        margin-right: 10px;
    }

    Regards,
    Ismael

    #708311

    Thx! Great! Would it be possible to get the bulletpoints in same size as in the main content area? And further on: Is it possible to have same align of the linktexts in the second row like in the first row? ( even like in the main content area )

    #708450

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    Adjust the value of the font size below to make it larger or smaller.

      #text-4 .textwidget p:before{
        left: 0px;
        position: absolute;
        font-size:18px;
        }
      #text-4 .textwidget p{
        margin-left: 20px!important;  	
      }
    

    Best regards,
    Vinay

    #709766

    Vinay, you made my day! Thx a million! Best Regards Henrik

    #710087

    Hi Henrik,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #1193740

    Wäre es möglich, das es per se möglich ist (ist es, funktioniert aber nicht) Aufzählungslisten via Widget-Area Visuell-Komposer zu erstellen? Siehe Link Siehe Linkzum Bild.

    Die Bullets erscheinen nicht im Frontend ;(

    Danke und Gruss
    Dominik

    #1193795

    Hi Dominik,

    Thanks for the screenshot, could you post a link to where we can see the actual elements as well please?

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.