Okay
  Public Ticket #2177390
Full width content not working
Closed

Comments

  •  2
    SMEketing started the conversation

    I've just updated to 11.0.01 and all my 'full width content' items now shift to the left, leaving a large gap to the right.

    I've disabled and checked all third party plugins, but these were not causing the issue. 

    I've added in this code: 

    @media only screen and (min-width: 1000px){    .container, body[data-header-format="left-header"] .container, .woocommerce-tabs .full-width-content .tab-container, .nectar-recent-posts-slider .flickity-page-dots, .post-area.standard-minimal.full-width-content .post .inner-wrap, .material #search-outer #search{    padding:0px !important;
    }
    }

    ...but it hasn't made a difference.

    This is on Chrome, Firefox and mobile.

    Also, my logo is shifted to the left too.

    Thanks for your help.

  •  8,992
    Tahir replied

    Hey ,

    Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.

    Best 


    ThemeNectar Support Team 

  •  2
    SMEketing replied

    Yes that's fine - do you have an email I can send it to?


  •  1,089
    ThemeNectar replied

    Hey SMEketing,

    Do you have the following CSS added into your custom css box in the Salient options panel > general settings > css/script related tab?

    @media only screen and (min-width: 1000px) {
    .container, body[data-header-format="left-header"] .container, .woocommerce-tabs .full-width-content .tab-container, .nectar-recent-posts-slider .flickity-page-dots, .post-area.standard-minimal.full-width-content .post .inner-wrap, .material #search-outer #search {
        padding: 0px !important; 
      } 
    }
    

    The above snippet is what is causing the issue, and once it is removed the alignment problem should resolve.

  •  2
    SMEketing replied

    Yes that fixed it! Thanks.