New Topic

Reply To: Need to extend margins on article page

Home › Forum › Customization › Need to extend margins on article page › Reply To: Need to extend margins on article page

#759

StartupWP
Keymaster

Also, it might be as simple as updating:

#content ul, .widget-container ul {
  list-style: disc outside none;
}

to:

#content ul, .widget-container ul {
  list-style: disc inside none;
}