• camsshep

    (@camsshep)


    Above is a screenshot of my website. As you can see, the text is only one character wide. This happened only after the update.

    It is interesting to note that this only happens when I’m not logged in and able to access the admin dashboard. Plus, it seems to be working fine on mobile. The above screenshot is on my computer.

    I have tried creating new advanced text blocks, but to no avail; the issue still persists. Is there any fix, or thing I’m doing wrong that I’m not aware of?

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

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

    (@shazahm1hotmailcom)

    I’m not associated with Kandence in any way, just a user myself … reading support tickets before deciding to update or not.

    Two thing to try, try flushing your LightSpeed page cache.

    The narrow width seems to be caused by a media query in Kadence which might be part of the previous version, which is why I suggest flushing the cache. If that does not work, a rough workaround might be this:

    @media (min-width: 768px) {
    	.kt-row-layout-equal>.wp-block-kadence-column {
    		width:auto;
    	}
    }

    Add this to the custom CSS area found in the Customizer. If that does not work, try adding !important right after auto but before the ;.

    Not sure this will cause anything else to break, but I was able to view your site pages with this tweak.

    I hope this helps!

    Plugin Author Ben Ritner – Kadence WP

    (@britner)

    Hey @camsshep

    did clearing your cache resolve things for you? I’m not seeing anything off when I look at your link right now.

    Let me know,

    Ben

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘New update literally broke my whole website’ is closed to new replies.