• Resolved aCstudent

    (@acstudent)


    Love the theme, and that you are keeping it updated. Very much appreciated. Since the update to 1.2 my top widget appears beneath my Header, rather than to the right. Example: https://foxfire-farms.com – the search was to the right of the Header – same thing is happening on my other sites. Am I doing something wrong?

Viewing 6 replies - 1 through 6 (of 6 total)
  • +1, exactly the same thing here after updating. Any feedback appreciated.

    Until a fix is released you can put in a Custom CSS of

    #site-branding {
    float: left;
    width: 66.66667%;
    margin-left: 0px;

    which will fix the issue. For some reason the margin-left changed to 30px with the update

    Thread Starter aCstudent

    (@acstudent)

    It works! Much appreciated ryangvt.

    Theme Author CyberChimps

    (@cyberchimps)

    Hi,

    Sorry for the inconvenience caused.
    We will fix the issue and update the theme soon.

    Thanks for the custom CSS @ryangvt

    Works great, thanks @ryangvt! Small typo: the statement needs a closing bracket, so the entire expression goes:

    #site-branding {
        float: left;
        width: 66.66667%;
        margin-left: 0px;
    }

    And looking forward to the official fix, CyberChimps ??

    Theme Author CyberChimps

    (@cyberchimps)

    Hi,

    The issue has been resolved in the latest update of the theme -version 1.3

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Top widget out of place since update to 1.2’ is closed to new replies.