Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #187532

    ericsundell2
    Participant

    Hi,

    Ive installed the x-theme and is currently working with integrity.

    Wordpress: 4.1
    Domain: wwww.svenskafirmor.se/wordpress/

    There seems to be something that adds margin value on rows , for example the red area under the slider. Ive set the margin to 0 and got the “remove margin” clicked in and its still a small area of white.

    Any ideas to fix this issue so it not a white area there? Iam using the backend editor.

    #187534

    ericsundell2
    Participant

    Also i tried to copy the pricing table from your site and something is not right with it. Can you take a look at it too?

    The black seems blend all over it.

    #187564

    ericsundell2
    Participant
    This reply has been marked as private.
    #187674

    Zeshan
    Member

    Hi there,

    Thanks for writing in!

    #1: Regarding the margin below the slider, it seems that the margin is being added by Visual Composer’s CSS, you can remove it by using following under Custom > CSS in the Customizer:

    .wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
        margin: 0;
    }
    

    #2: Regarding the pricing table, this is because you are integrity dark layout, and this is the default styling of pricing table in dark layout. However, you can remove the black backgrounds from the pricing table by adding following under Custom > CSS in the Customizer:

    .x-pricing-column-info ul>li:nth-child(2n+1) {
        background-color: transparent;
    }
    
    .x-pricing-column h2 {
        background-color: transparent;
    }
    

    #3: Upon checking, the menu looks fine to me, would you mind confirming the issue again?

    Thanks!

    #189314

    Rob H
    Participant

    Hi,
    I was about to post an inquiry about this margin issue with .wpb_* classes and found that this has just come up in this thread here. Is this a new behavior for the VC plugin to output margin on these elements even if we have the “Remove margin” option checked on the content band? I’m just wondering whether it will always be necessary to override the CSS on all of those wpb_ styles, or if this is something that can be addressed in the plugin/theme code to conform to the “Remove margin” checkbox?

    #189917

    Paul R
    Moderator

    Hi Rob,

    We need to see the issue first hand.

    Can you provide us your site url.

    Thanks