Third Box Down on Right Side
-
The third box down on the right slide of the blog, no matter which widget it is, is too far to the left, not centered with the other boxes. Any way to fix this?
The blog I need help with is: (visible only to logged in users)
-
-
So, the good news is, it’s not just you. :)
Based on the screenshot at https://wordpress.com/theme/scratchpad (and confirmation from our developers), this is indeed an intentional design decision.
It can be nudged back to the right with some custom CSS https://en.support.wordpress.com/custom-design/custom-css/ but it turns out that it’s supposed to be a bit asymmetrical like that.
-
Hi,
aaand, to make it even more easy for you, I’ll step in with actual CSS code you can enter there, to make widgets in line again :). Add the following CSS code to custom CSS customizer page (as described above):
secondary .widget:nth-of-type(4n+1), #secondary .widget:nth-of-type(4n+3) { left: 0; }Cheers
-
- The topic ‘Third Box Down on Right Side’ is closed to new replies.