 
	
		
		
		
		
			
- 
		AuthorPosts
- 
		
			
				
March 26, 2019 at 9:58 pm #1083269list in widgets only work when adding to Quick CSS: /* lists in widgets */ .widget ul li { list-style: disc inside !important; margin-left: .1em; }Note: had to use “inside” because outside not working…But outside preferred. 
 Same results with or without Enfold compression enabled/disabled.Possible regression? See: (Feb 26, 2014) 
 https://kriesi.at/support/topic/bullets-not-appearing-in-sidebar/- 
		This topic was modified 6 years, 7 months ago by rob2701. 
 March 30, 2019 at 7:47 am #1084827Hey Rob, Sorry for the late reply. Could you post a link to where we can see this happening please? Best regards, 
 RikardMarch 30, 2019 at 9:28 am #1084834Hi Rikard, Any text-widget really. Check the home page footer text-widgets (col 1,2 and 3). 
 Link to staging in private. See bottom of QuickCSS.Kind regards, 
 RobNOTE: 
 I also changed the rule to #id li (since the list-style property applies to list-items li, not the container ul).
 But that doesn’t work either.
 I think this may be because Enfold has decided to set list-style-type to NONE in the base css and then adds classes to achieve circle, disc, square etc.
 The other way around would maybe have been handier, i.e. add a class for .no-bullet or something instead of changing the default behavior?
 Anyways, I stil want to get this to work the normal way, and not even targeting the specific page will work in the current setup. :-)- 
		This reply was modified 6 years, 7 months ago by rob2701. 
 April 2, 2019 at 2:53 am #1085785Hi, Thanks for the update. The login token has expired and the page requires a password. Please add it in the private field. And provide a screenshot if possible. Best regards, 
 IsmaelApril 2, 2019 at 7:05 am #1085872Hi Ismael, I was doing a lot of testing & htaccess changes yesterday, so temporarily disabled all other admin logins. Active now. Added note: 
 Also by the way, you don’t really need admin access for that, you can also see it by adding a default WP Text widget to a footer column in a standard clean Enfold with Child installation :-)
 OL works fine, UL doesn’t.Kind regards, 
 Rob- 
		This reply was modified 6 years, 7 months ago by rob2701. Reason: added additional info 
 April 4, 2019 at 3:54 pm #1087105Hi, Thanks for the update. We adjusted the css code a bit. #footer .textwidget ul { list-style: disc inside !important; }Best regards, 
 IsmaelApril 4, 2019 at 5:41 pm #1087146Hi Ismael, Thanks for looking at this. Unfortunately (like I stated above earlier and in the text on the footer textwidget itself), UL inside always worked :-) 
 It’s UL outside that doesn’t want to comply. I put the code underneath yours in the QuickCSS. Can you take another look? Thanks.Kind regards, 
 RobTo sum it up: 
 – OL works fine, but may need wordwrap for very long words?
 – UL INSIDE works, but may need wordwrap for very long words?
 – UL OUTSIDE does not work, not even when adding a custom-class to the ULPlease see the 3rd footer column on the Home page - 
		This reply was modified 6 years, 7 months ago by rob2701. Reason: Added info for clarity 
 April 8, 2019 at 3:10 am #1088097Hi, Thanks for the clarification. Try to add a left padding or set the overflow property of parent container to “visible”. #footer .textwidget ul { list-style: disc outside !important; padding-left: 30px; }The bullets don’t display “outside” because the content are clipped or they’re not allowed to display outside the container. Best regards, 
 IsmaelApril 8, 2019 at 7:40 am #1088156Hi Ismael, Ah, brilliant! I had not tried the overflow because it’s ugly and I had totally overlooked the fact that the footer columns have no margins and no padding :-) 
 Works perfectly. Thanks for your help! Solved.Kind regards, 
 RobApril 8, 2019 at 3:45 pm #1088347Hi, If you need additional help, please let us know here in the forums. Best regards, 
 Jordan Shannon
- 
		This topic was modified 6 years, 7 months ago by 
- 
		AuthorPosts
- The topic ‘lists in widgets – regression?’ is closed to new replies.
