Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #81634
    Anonymous
    Inactive

    since updating to the latest version of wordpress the widgets in my right sidebar have started showing at the very bottom of the page. I can’t work out how to align them back to the top of the sidebar. Site is http://www.whatmoviethisweek.com Please can someone help?

    #81661
    Pratik
    Keymaster

    Hi @whatmoviethisweek,

    You have added some Custom CSS in “Dashboard=> Appearance=> Theme Options=> Custom CSS” box. If you remove those, i.e. following code, then this error will go away.

    
    #secondary {
        width: 22%;
    }
    #primary {
    	width: 100%;
    }
    #content {
    	width: 68%;
    }
    

    Let me know if this solves your issue or not.

    #81823
    Anonymous
    Inactive

    Hi Pratik

    yes, this has solved the problem. Thanks so much for your help!!

    #81824
    Pratik
    Keymaster

    Hi @whatmoviethisweek,

    Great to know. If you like our support and Catch Box theme then please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-box?rate=5#postform

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘widget alignment in sidebar’ is closed to new replies.