Site logo

Archived topic

Display Post in Column breaks Hook

4 replies · Started by Dan Nguyen on March 27, 2023

Viewing posts 1–5 of 5

Hi,
I'm encountering problems when creating a custom author box for author archive page.
If I select display posts in column, the padding break for the author box.
Example given in the private info box

Hi Dan,

Can you try the before_main_content hook and set the parent container of the author box to width: 100%?

Yep, that fixes it.
Thanks

Hi,
How do I fix the huge 40 px margin that goes under Categories under the right sidebar?

Hi Dan,

Try adding this through Appearance > Customize > Additional CSS:

.inside-right-sidebar #block-7 {
    margin-bottom:  0;
}
This archived topic is closed to new replies.