Hey there eunchae,
How are you doing today?
If this is the space you’re referring to http://screencast.com/t/gZIUr8MBm then it should be possible to reduce/remove it by adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
.vc_separator.wpb_content_element.vc_separator_align_left.vc_el_width_100.vc_sep_color_grey {
margin-bottom: 35px;
}
Please note that this is the original bottom margin on that element and to decrease the space please decrease numeric value to what ever suits you the most.
If the code doesn’t work please keep it added and let me know so I can take a look 🙂
Cheers,
Bojan
Hi Bojan! Thank you for your kind help.
I forgot to address that this theme is only used for this page specifically. This permalink is run through a different parent site and parent theme. I installed a plugin where it allows you to install a different theme for different pages so I have been custom coding everything onto the theme folder because the plugins are usually meant for the parent theme page only.
I installed a child theme for this page’s theme(blog page), but the parent theme and settings seems to override all the coding for the blog page…The code you gave me does not work : /
Is there possibly any other way I can do this? thanks so much Bojan!
Also, I am using visual composer to edit the page!
Hey eunchae,
I don’t have any experience with the plugin you’re using (the one that allows you to use different themes on specific pages) so I’m not exactly sure where you’re supposed to add custom CSS.
My best guess would be to the theme style.css which is the one that is active on that page.
What you can try is using plugin I mentioned above http://wordpress.org/plugins/simple-custom-css, once the plugin is installed and activated you can add CSS code to Appearance -> Custom CSS. Those styles should load last so the code should work.
If it doesn’t please keep it added and let me know so I can take a look.
Best regards,
Bojan