-
AuthorPosts
-
January 21, 2015 at 4:46 am #187532
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.
January 21, 2015 at 4:47 am #187534Also 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.
January 21, 2015 at 5:18 am #187564This reply has been marked as private.January 21, 2015 at 6:56 am #187674Hi 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!
January 22, 2015 at 1:49 pm #189314Hi,
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?January 23, 2015 at 8:27 am #189917Hi Rob,
We need to see the issue first hand.
Can you provide us your site url.
Thanks
-
AuthorPosts