• Resolved arjunblj

    (@arjunblj)


    I’m using WP 3.6 and the Twenty Eleven theme. I used the Twenty Eleven Theme Extensions (by MozTools) tool to enable the widget sidebar on pages and enable the widget sidebar on single-post pages and left align the widget titles with the contents of the widgets.

    However, my side notes still look like this and I’m not sure how to change it.

    I tried to adjust vertical offset of notes by -50px but it didn’t change anything for me.

    You can find this page here: https://arjunbalaji.com/books/

    https://www.ads-software.com/plugins/side-matter/

Viewing 1 replies (of 1 total)
  • Plugin Author setzer

    (@setzer)

    arjunblj,

    Yes, Twenty Eleven gives Side Matter trouble. The problem is caused by a single rule in the theme stylesheet (line 721). To fix it, add the following CSS to your site:

    .hentry {
        position: static;
    }

    If you set your note offset back to 0, notes should now be properly aligned. Unfortunately, this change will also make the comments link balloon next to post titles appear clipped and in the wrong spot. You can hide the balloon with the following rule:

    .entry-header .comments-link a {
        display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Sidenotes not aligning’ is closed to new replies.