Okay
  Public Ticket #2966317
After update some of the content on my website has shifted
Closed

Comments

  • Michael Shea started the conversation

    After I updated my Salient theme some of my content shifted. I'd really like to know HOW to fix it. Spent the last 2hrs trying to figure it out. I've included some screenshots of the corrections needed. Thank you. 

  •  1,077
    ThemeNectar replied

    Hey Michael, It looks as though you have updated the theme, but not the included plugins. Please try to update your Salient Core and Salient WPBakery page builder plugins to see if that corrects your spacing issues.

    Kind regards,

  • Michael Shea replied

    Ah, yes. I needed to do that. Thanks! Well that fixed some of it but now these two items are not lining up. lol

  •  1,077
    ThemeNectar replied

    Glad to hearsmile.png

    It appears that's occurring due to some custom CSS you have in your Salient options panel > general settings > css/script related tab:

    @media (min-width: 1000px) {
        body .vc_row-fluid .vc_col-sm-4 {
            margin-left:1% !important;
        }
    }
    Removing that should fix it.
  • Michael Shea replied

    Yes, that worked! All is well. Thank you for the fast response!