You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

  Sunday, 28 February 2021
  3 Replies
  4.8K Visits
Hi,

When i use the list option the alignment from a text wider than the page is not nice aligned.

. kjkjhfdkjhfkjh
lkdfglk

Instead of
. kjsdkjhkj
ljflakjdldkj

I know there is a way but i cannot find the answer.

Kind regards,
Danny
more than a month ago
·
#106975
Please post a link to an example list on your site.

Just because you're not paranoid doesn't mean everybody isn't out to get you.

more than a month ago
·
#107744
The alignment is caused by this css rule on line 5698 of your template's template.css file:


.bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul:not([class*="menu"]) li, .bd-bulletlist li {
list-style-position: inside;
}


so you could change this to:


.bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) .bd-bulletlist li {
list-style-position: inside;
}

Just because you're not paranoid doesn't mean everybody isn't out to get you.

  • Page :
  • 1
There are no replies made for this post yet.
Be one of the first to reply to this post!