• Resolved theyuppiehipster

    (@theyuppiehipster)


    I tried to add code from Easing Slider however I screwed it up, so I went in to delete the easing slider code but now my page is much more zoomed in than before
    This is what the code currently looks like, I do not know what is wrong:

    </head>

    <body <?php body_class(); ?>>

    <div class=”main-wrapper”>
    <div class=”container

    <!– Header –>
    <div class=”header”>

    <?php if ( is_active_sidebar( ‘header-row-1-left’ ) || is_active_sidebar( ‘header-row-1-right’ ) ) { ?>
    <!– Header Row 1 –>

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thank you for getting in touch with us.

    It seems the div with container class is not closed correctly. Please change above code to this:

    </head>
    
    <body <?php body_class(); ?>>
    
    <div class="main-wrapper">
        <div class="container">
            
            <!-- Header -->
            <div class="header">
            
                <?php if ( is_active_sidebar( 'header-row-1-left' ) || is_active_sidebar( 'header-row-1-right' ) ) { ?>
                <!-- Header Row 1 -->

    Hope that helps. Thank you for your time in this.

    Best regards,
    Jarek

    Thread Starter theyuppiehipster

    (@theyuppiehipster)

    It worked! Thank you so much!!

    I’m happy to hear that ??

    Would you please take some time out from your busy day to leave us a quick review?
    We’d really appreciate it ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error with adding Slider Code’ is closed to new replies.