Site logo

[Support request] Display Post in Column breaks Hook

Home Forums Support [Support request] Display Post in Column breaks Hook

Home Forums Support Display Post in Column breaks Hook

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2584582
    Dan Nguyen

    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

    #2584617
    Ying
    Staff
    Customer Support

    Hi Dan,

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

    #2586341
    Dan Nguyen

    Yep, that fixes it.
    Thanks

    #2586378
    Dan Nguyen

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

    #2586392
    Fernando
    Customer Support

    Hi Dan,

    Try adding this through Appearance > Customize > Additional CSS:

    .inside-right-sidebar #block-7 {
        margin-bottom:  0;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.