Okay
  Public Ticket #2616770
Live version of page looks different
Closed

Comments

  • Martin started the conversation

    Hi, can someone explain me why, in the name of all that's holy, does the live version looks different than the version I see on the front-end page builder.

    I really don't understand - it's not because of cache and the screen size is the same. 

    Basically the columns break and the padding also is wierd.

    1342025968.pngFront-end page builder

    5983816178.pnglive version


  •  8,849
    Tahir replied

    Heymartinlatal_,

    This could be due to numerous reasons. 

    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.

    Thanks


    ThemeNectar Support Team 

  •   Martin replied privately
  •  8,849
    Tahir replied

    Hey Again,

    The only differences I Can see are the padding added by the Page Builder Controls in order to display correctly.

    You can remove it using the below Custom CSS:

    body.compose-mode .vc_column-inner>.vc_element-container>.vc_vc_row_inner.first-inner-row-el {
        padding-top: 0px !important;
    }

    Thanks



    ThemeNectar Support Team