Comments 2maya started the conversationSeptember 26, 2016 at 10:31pmhi, i want to change the spacing in my home page: 1. i want to change the space between the lines in the sentence: "My everyday work is presented here, for more check out my portfolio on behance.|- where can i use it? 2. suddenly, the filter got down and i want it to come back to the same line of the sentence above 3. i have a lot of space under the filter line, 4. when i open the visual composer i see the text double, why>? see attached picp.s i want it to be exact like the position in the demo version.[deleted] repliedSeptember 27, 2016 at 12:07pmHi Maya,1. Sure here you have the CSS: .portfolio-title-vc-content .wpb_text_column { line-height: 1.6;}2. Add this CSS: .product-filter { text-align: left; } To apply Custom CSS, on WP admin panel menu click Custom CSS link (as shown here).3. To reduce the space between filter and portfolio items: .portfolio-title-holder+.page-container { margin-top: 0; }4. By default portfolio description will be shown with Portfolio widget, so disable page heading title: (view large version)I hope this will work for you. 2maya repliedSeptember 28, 2016 at 10:14amhi,i still have a lot of space between logo-text-filteri try the css you gave me but it didn't change anything[deleted] repliedSeptember 28, 2016 at 12:07pmHi maya,I've added this CSS: .header-absolute .portfolio-title-vc-content { margin-top: 0; } .portfolio-title-vc-content>.lab-row-container:last-child { margin-bottom: 0 !important; }See this video that explains how this works:http://drops.laborator.co/14HE Sign in to reply ...
hi,
i want to change the spacing in my home page:
1. i want to change the space between the lines in the sentence:
"My everyday work is presented here, for more check out my portfolio on behance.|- where can i use it?
2. suddenly, the filter got down and i want it to come back to the same line of the sentence above
3. i have a lot of space under the filter line,
4. when i open the visual composer i see the text double, why>?
see attached pic
p.s
i want it to be exact like the position in the demo version.
Hi Maya,
1. Sure here you have the CSS:
2. Add this CSS:
To apply Custom CSS, on WP admin panel menu click Custom CSS link (as shown here).
3. To reduce the space between filter and portfolio items:
4. By default portfolio description will be shown with Portfolio widget, so disable page heading title:
(view large version)
I hope this will work for you.
hi,
i still have a lot of space between logo-text-filter
i try the css you gave me but it didn't change anything
Hi maya,
I've added this CSS:
See this video that explains how this works:
http://drops.laborator.co/14HE