• Resolved aliwkbg

    (@aliwkbg)


    If you have actually problems with a broken sidebar – try this:

    look in your themes folder > wp-content/themes/futuristica/ >
    and open styles.css > scroll to the line 103 > you will se this:

    .widget-container {
    padding:0px 16px;
    background-image:url(images/sidebarmid.png);
    }

    make it look like this and your problem will be solved

    .widget-container {
    overflow:hidden;
    padding:0px 16px;
    background-image:url(images/sidebarmid.png);
    }

    more support at our homepage crowthemes. Thanks!

    https://www.ads-software.com/extend/themes/futuristica/

  • The topic ‘[Theme: Futuristica] Fresh up your Sidebar with this snippet’ is closed to new replies.