Okay
  Public Ticket #1802881
Blog element adding inline css for right margin
Closed

Comments

  •  1
    sparxdigital started the conversation

    FYI there is staging site login below:

    U: sparxdigital

    P: sparx4712

    Please see homepage http://southcoasttyle.flywheelsites.com/

    I'm using recent posts slider at top, then the masonary blog element below. The blog element has a margin left value of -292 which adds weird white space?


    <div class="full-width-content blog-fullwidth-wrap meta-overlaid" style="left: 0px; margin-left: -292px; width: 1903px; visibility: visible;"><div class="post-area col  span_12 col_last masonry auto_meta_overlaid_spaced  " data-ams="4px"> <div class="posts-container" data-load-animation="none">


    I have no idea why this is there? If I set this to 0px in inspector it looks perfect... 



  •  8,996
    Tahir replied

    Hey S,

    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):

    .full-width-content.blog-fullwidth-wrap.meta-overlaid {
        margin-left: 0px !important;
    }

    Thanks



    ThemeNectar Support Team