• I was able to get this working quite quickly however the titles in the sidebar do not wrap and even through it seems to allow you to turn off the text for the header, it didn’t work I had to delete the words.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Thank you for the review

    At any time, if there is that it is not he wanted to

    Please ask a question here.

    Problem you was having, you can be resolved with the following code

    Please try adding to the end of style.css.

    .rsidebar .widgettitle,
    .lsidebar .widgettitle{
        overflow:visible;
        height:auto;
        text-indent:0;
    }
    .rsidebar .widgettitle span,
    .lsidebar .widgettitle span{
        padding:.5em;
        display:block;
        box-sizing:border-box;
    }

    Thank you.

    Thread Starter WebWeaver64

    (@webweaver64)

    Thanks. My need was for something quick which is what I reviewed. Anything can be adjusted with code of course ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Somewhat easy to use’ is closed to new replies.