Okay
  Public Ticket #1744482
Random minus margin when row set to "full width with content"
Closed

Comments

  •  1
    eimulex started the conversation

    Hi,

    I am having trouble when screen is <480px on rows that are set to "full width with content". It adds random minus margin on that row and content gets thrown to the left. see screenshot http://prntscr.com/l55taj

    It affects all rows on any page set to full width with content.

    Disabled plugins that might affect it.

    Updated theme and plugin to the newest versions and still the same.

    Any ideas why?

  •  8,998
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .portfolio-filters-inline.full-width-section:not(.non-fw), .portfolio-filters-inline.full-width-content, .post-area.full-width-content.standard-minimal, .full-width-content.blog-fullwidth-wrap, .wpb_row.full-width-content, .full-width-content.nectar-shop-outer, .page-submenu > .full-width-section, .page-submenu .full-width-content, .wpb_row.full-width-section .mobile-video-image, body .full-width-section .row-bg-wrap, body .full-width-section .nectar-parallax-scene, body .full-width-section > .nectar-shape-divider-wrap, body .full-width-section > .video-color-overlay, body[data-aie="zoom-out"] .first-section .row-bg-wrap, body[data-aie="long-zoom-out"] .first-section .row-bg-wrap, body[data-aie="zoom-out"] .top-level.full-width-section .row-bg-wrap, body[data-aie="long-zoom-out"] .top-level.full-width-section .row-bg-wrap, body .full-width-section.parallax_section .row-bg-wrap, .nectar-slider-wrap[data-full-width="true"] {
        margin-left: -50vw !important;
        left: 50% !important;
        width: 100vw;
    }

    Thanks


    ThemeNectar Support Team