1. bunsworth
  2. Sherlock Holmes
  3. Commercial Templates
  4. Sunday, 21 April 2019
  5.  Subscribe via email
My code for unordered lists in main content is
.maincontent ul {
margin-left: 40px;
}

however it doesn't effect lists in a module. I need bullets & indent showing on this page.
https://bentzlawfirm.com/index.php/2015-04-02-17-32-09

for instance this copy should be indented & bulleted (which shows properly in the edit backend, but not in the front end.)
Wills and Powers of Attorney;
Complex Revocable and Irrevocable Trusts
Estate and Gift Tax Planning Strategies;
Business Succession Planning;
Charitable Planning;
Trust Interpretation Counseling and Litigation;
Trust Administration; and
Probate.

I just got no where with the inspector in Chrome. As always your quidance is appreciated.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try using the following CSS instead...

.module .module_surround .module_content ul {
margin-left: 40px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


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