Okay
  Public Ticket #902906
space problem
Closed

Comments

  •  2
    maya started the conversation

    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.

  • [deleted] replied

    Hi 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.

  •  2
    maya replied

    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

  • [deleted] replied

    Hi 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