• Resolved Paul Gibson

    (@biblequestions)


    On my laptop, the Organize Series series post list box at the top of the articles is on the right side of the display area, with a small amount of my text on the left side. Unfortunately, my latest article has a long name, and my text on the left side is showing only 2 characters.

    Is there a way to adjust the width of the series post list box? Maybe make it’s width 1/2 the display area and wrap the article names to the next line? Alternately, forcing it to display above my text like it does on my phone and tablet would be fine.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • In the WordPress Customizer “Additional CSS” panel you can add this css and it should fix things for you:

    .seriesbox {
    	display:block;
    	float:none;
    }
    
    Thread Starter Paul Gibson

    (@biblequestions)

    That solution fixed the problem I was having. Thanks for the help.

    Hi Paul: Did you manage to shrink the box? I cannot figure our the code.

    Thread Starter Paul Gibson

    (@biblequestions)

    No, I wasn’t able to shrink the box, but rather made it the full width of the WordPress display area. This command allowed that:

    > In the WordPress Customizer “Additional CSS” panel you can add this css and it should fix things for you:

    .seriesbox {
    display:block;
    float:none;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Organize Series Content Box Too Wide’ is closed to new replies.