Comments 2SMEketing started the conversationOctober 8, 2019 at 8:28amI'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,992Tahir repliedOctober 8, 2019 at 10:59amHey ,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 2SMEketing repliedOctober 8, 2019 at 11:42amYes that's fine - do you have an email I can send it to? 1,089ThemeNectar repliedOctober 8, 2019 at 2:57pmHey 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. 2SMEketing repliedOctober 9, 2019 at 8:34amYes that fixed it! Thanks. Sign in to reply ...
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:
...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.
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
Yes that's fine - do you have an email I can send it to?
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?
The above snippet is what is causing the issue, and once it is removed the alignment problem should resolve.
Yes that fixed it! Thanks.