Site logo

Archived topic

CSS Help with List Margin

3 replies · Started by Huseyin on January 14, 2021

Viewing posts 1–4 of 4

Hi Generatepress Team,

For the past 30 minutes, I couldn't get this to CSS code to work. (yes I'm still learning css)

Can I get the on the "Popular HSC Resources" section, this is a list, may get that list's margin: 0 0 0 0;

Current State:
https://ibb.co/7Xgbt1q

What I want it:
https://ibb.co/VNYwHcH

Hi there,

try adding this CSS:

ul.toc_list {
  margin-left: 0;
}

Thank you very much David.

You're welcome

This archived topic is closed to new replies.