I’m trying to change the alignment of the whole group alignment in my page via CSS.
Using the wildcard/div target works, but when I specifically target the group’s given ID - it doesn’t work. Why is this the case?
Using wildcard is not an option as it changes the entire page’s text alignment, which is not what I’m after.
Sample of what I’ve tried is here: Alignment Test.
I’ve also tried targetting the default div class that I saw while inspecting the page. It didn’t work, either.