moving content column down on archive pages
-
I need help moving the content column down (on the page below) about 40 px, but only on the archive pages (and if possible only on the archive TAG pages, but I don’t think we can narrow it down that specific)
https://game-of-thrones-episodes.com/tag/701-dragonstone/?order=asc
I do NOT want this change, however, to affect any other pages (cf. upper right episode menu -recaps- and -portal- pages), nor do I want it to affect the position of the title (701-Dragonstone).
FYI – the text “Click the links below to learn more about each source” is a widget that I moved into absolute position, so that should stay put.
Thanks.
The blog I need help with is: (visible only to logged in users)
-
In the opening body HTML tag, there is a “tag” CSS class set that we can use. See if this is what you are wanting. This affects all tag pages.
.tag .column-content { margin-top: 40px; } -
-
- The topic ‘moving content column down on archive pages’ is closed to new replies.