• Resolved ArieltheHuman

    (@arielthehuman)


    Hey there.

    I’m still working on my site but it’s live so people can view and hopefully help me out. Yesterday upon working on it I noticed the three features on the homepage were wonky in that the third is showing below the first two. Same issue with the sidebar on the “Blog” page, the sidebar shows BELOW the posts.

    If I zoom out on my web browser to 90% the issue is fixed; however before this I’ve been able to view it at 100% like it normally would. ( I haven’t downloaded any plug-ins between now and then either). People should be able to view the site with their browser regular and not have to zoom out. Anyone know what is causing this? Besides, even if they were zoomed in, the sidebar should still be on the side… not the bottom.

    site is: https://arielthehuman.com/

    Thanks SO much for any help!

Viewing 3 replies - 16 through 18 (of 18 total)
  • Hi @nikeo

    Great to hear from you.

    @rdellconsulting, kindly researched the problem before I arrived. My understanding is that Ultimate Addons is targetting the div class container in a stylesheet widgets.css. By doing so, the plugin is negatively impacting the Customizr layout.

    Solutions would be to:

    1. Use Custom CSS to undo the CSS rule in question:

    /* Ultimate Addons Plugin Hotfix */
    
    @media all and (min-width: 550px) {
    	.container {
    	    width: 95%;
    	}
    }

    This fix was outlined here: https://www.ads-software.com/support/topic/featured-pages-are-misplaced-please-how-do-i-fix-it?replies=14.

    Moving forward, I hope Ultimate Addons will prefix the container class which would resolve the problem.

    2. If the user isn’t yet using many of the widgets added by Ultimate Addons then they could delete the plugin. That would resolve the problem, at least the one I know of.
    They could then continue using SiteOrigin Page Builder and SiteOrigin Widgets Bundle.

    Thread Starter ArieltheHuman

    (@arielthehuman)

    Thank you @nikeo @misplon and @rdellconsulting !!! I went ahead and deactivated the Ultimate Addons and the theme is back to normal looking beautiful. If I knew a bit more about CSS I might have tried that fix but the second option worked for me so I am happy.
    I do hope Ultimate Addons is able to fix their plugin so I can use it in the future.
    Cheers and thanks again!

    Super ?? Glad to hear you’ve made progress.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Customizr – site too big? Feature buttons and sidebar not in correct location’ is closed to new replies.