• Resolved good bacteria

    (@good-bacteria)


    I’ve spent all day trying to work this out but to no avail. Some time ago I changed the position of my sidebar (nudged the whole column left by reducing the padding it seems), I don’t think I realised at the time it had this effect. All I want to do now is change it back to how it originally was.

    Here’s my site, as you can see the sidebar has been nudged left so that on the right hand side it is now out of alignment. You can see how it should line up here on the live demo version of the theme.

    I’ve been through the style.css and any relevant .php files I can think of and compared them with the original theme files but I can’t find anything relating to the position of the sidebar. Am I right in thinking it should be in style.css somewhere?

    If anyone can point me in the right direction I’d be very grateful indeed as this is starting to drive me nuts.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • WPyogi

    (@wpyogi)

    That seems to be coming from this CSS:

    .m-blog-side {
        display: inline;
        float: left;
        margin-top: 31px;
        padding-left: 35px;
        width: 252px;
    }

    Looks like your site is using minify CSS so I can’t tell where that code is coming from – but you may be able to find it by turning that off and using a browser tool such as Firebug.

    For further help, you’ll need to contact Elegant Themes – as commercial themes are not supported here.

    Thread Starter good bacteria

    (@good-bacteria)

    Thank you, and sorry, I didn’t know we weren’t allowed to discuss premium themes.

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