This topic has 15 replies, 4 voices, and was last updated 10 years, 3 months ago ago by Jack Richardson
Hi,
A problem I’ve encountered is with long list items (where the content of an <li&rt; is more than one line). In a normal UL or OL type list, the content is offset with each point (bullet or numbered). With the shortcode for the list in Legenda, it’s nice that I get a choice of a coloured square,star,arrow or whatever… but it’s no longer a list! Each item wraps around like a normal paragraph and it looks like all that’s been added is a silly icon in front of each paragraph line.
Can you please fix the css in the theme to adjust for making the shortcode list function actually look like a normal list would?
I don’t want to change the css in the editor and then have it disappear when the theme gets updated.
Thanks.
Hello,
This question is a bit unclear for us. Could you please clarify us with more details?
Please, show screenshot where you want get changed.
Don’t worry about CSS editing in our theme. For this we have custom.css file where we can add different change without problem after updating.
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Sure, here’s a screen shot:
Normal li looks like this:
And with the shortcode formatting, it turns into this:
I would prefer if you update the Legenda theme CSS… it would be a benefit to everyone, no? This way lists are formatted properly for everyone when they use the built-in shortcode.
We can try to do change in your theme.
Please provide us with link to the page with this li.
Regards,
Robert Hall.
Thanks!
See private content for link to example page.
Sorry, but to make the same list I need more credentials.
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall.
See private content
I’ve made some change on this page. Now looks the same. Check it, please.
Regards,
Robert Hall.
Hi Robert,
I checked. There was no difference. Like I stated earlier: the regular LI is fine and is exactly as it should be. When I use the [checklist] shortcode around the ul, it is no longer aligned like a normal LI would be.
You can see this being used on the “Our Business” page where the shortcode is being used.
Compare this to the “Our Technology” page where there is no shortcode, only regular ul/li.
Hello,
Just to be sure: do you want to have the same list for “Our Business” page as on the “Our Technology” page?
Thank you.
Regards,
Eva Kemp.
I am asking that the shortcode for your lists behave in the same way that a normal li does.
That’s what I asked in the first post.
That’s what I explained with the screenshots.
I already know how to put in shortcodes. I already know that the shortcode and regular li have a different bullet-point color/icon. I am asking about the alignment issue. I am asking that the issue be addressed for ALL users of the theme – why would the shortcode for a list suddenly put it out of alignment?
Hello,
Could you please clarify us once more: do you want to add left text indent as on your first sreenshot?
Regards,
Jack Richardson
Yes.
Hello,
Please add the following code into the custom.css:
.list.list-square li {
padding: 5px 0px 5px 20px !important;
}
.list.list-square li:before {
margin: 3px 0 0 -7px !important;
position: relative;
right: 15px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Jack Richardson
Tagged: lists, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up