Buy me a coffee

How to extend archive block width to fit long text

#1. First, you need to find Archive Block ID.
In my example, it is: #block-yui_3_17_2_1_1724993380134_6825

E0ab08007d07da598316 Min

#2. Use this code to Custom CSS box

#block-yui_3_17_2_1_1724993380134_6825 ul.archive-item-list {
    min-width: 500px !important;
}
#block-yui_3_17_2_1_1724993380134_6825 .archive-group {
    overflow: visible !important;
}

7593f72d972a3074693b (1) Min