• Resolved bdrive

    (@bdrive)


    Since upgrading the Blocksy theme a couple of days ago, the styling of my site has been broken. It no longer displays at full width and there’s an issue with the menu display. I turned off caching and this fixed the men issue, but there remain other display issues (including full-width), not to mention my caching is disabled.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author creativethemeshq

    (@creativethemeshq)

    Hello @bdrive,
    As I can see you are using Beaver Builder, at the moment there is a small issue with full width rows but we already fixed it and will deploy soon an update.

    Meanwhile you could add this CSS in Customizer -> Additional CSS and everything will be fine:

    .fl-builder-content-primary {
    	margin-bottom: 0;
    }
    
    .fl-row-full-width {
    	width: var(--has-wide, var(--full-width));
    	margin-left: var(--has-wide, var(--full-width-alignment));
    	margin-right: var(--has-wide, var(--full-width-alignment));
    }

    Hope this helps.

    Thread Starter bdrive

    (@bdrive)

    Thank you! That worked. I appreciate the response and look forward to the update. I love the Blocksy Theme, but updates seem to cause a lot of problems. I know it’s not easy to develop for a platform like WP because of all the dependencies with plugins, etc. Nonetheless, I hope future updates will go more smoothly. Thanks again.

    Theme Author creativethemeshq

    (@creativethemeshq)

    Hello @bdrive,
    Glad everything works fine now.

    Ended sometimes updates can cause problems and you are totally right, there are a lot of scenarios that should be taken in consideration and sometimes it’s very hard to keep an eye on everything.

    To prevent such cases we deploy beta updates and announce about them in our facebook community group and some users are helping us to test these versions but this time a few bugs where skipped 🙂

    Anyway, I hope we would be able to gather with time a small group of good beta testers that will help us to prevent such cases.

    Let us know in case you will have any other questions.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Full Width Not Working’ is closed to new replies.