Need to find element controlling divider lines
-
I’ve managed to change the screen widths for better responsiveness, but I can’t find out how to move the vertical line that is to the right of each post. It doesn’t seem to be a border or a background image. I need to move it to align with the main blog post area at each screen width breakpoint.
Help!
The blog I need help with is: (visible only to logged in users)
-
The divider line to the right of the main content area in the Eventbrite Single Event theme is setup using the “:after” pseudo element like this:
.main-container .container:after { left: 65%; }You can copy that into your Appearance > Customize > CSS editor and adjust the 65% value to move the divider line.
-
-
- The topic ‘Need to find element controlling divider lines’ is closed to new replies.