• Resolved t2

    (@tribesquared)


    I have tested some sample code. (2 columns) and the css isn’t rendering.

    It is not showing 2 columns, rather as a block of text.(No shortcodes)

    We have run through the troubleshooting here:
    https://gndev.info/kb/troubleshooting/

    wp_footer appears in the parent and child theme footers.
    There are no errors in the console.

    I cannot see any reference to a css file or class eg su-row etc when I inspect the elements.

    The rendered code is:

    <div class="su-row">
    <div class="su-column su-column-size-1-2"><div class="su-column-inner su-clearfix"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis quam nibh, euismod eget nulla a, tempor scelerisque lorem. Proin dignissim arcu tristique fermentum ullamcorper. Integer lacinia scelerisque enim eu pretium. Nam elementum turpis orci, ac porttitor diam suscipit sit amet. </div></div>
    <div class="su-column su-column-size-1-2"><div class="su-column-inner su-clearfix"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis quam nibh, euismod eget nulla a, tempor scelerisque lorem. Proin dignissim arcu tristique fermentum ullamcorper. Integer lacinia scelerisque enim eu pretium. Nam elementum turpis orci, ac porttitor diam suscipit sit amet. </div></div>
    </div>

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter t2

    (@tribesquared)

    I have also disabled all the other plugins – and still not working

    Thread Starter t2

    (@tribesquared)

    wp_head() was missing from the theme. Added that and it all started working.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS not working’ is closed to new replies.