• Resolved vitor.as

    (@vitoras)


    Hello , I need to resize the height of my section “about us” . The space between the text and the next section is very large. Can you help me?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,
    Would you please provide the link of your site? It help me to address the problem easier.
    Thanks

    Thread Starter vitor.as

    (@vitoras)

    Of course..

    https://www.falativa.com.br

    Thanks ??

    In the code following code is taking height but not showing any content on front end. may be you can display it to none or delete HTML from your file.

    <div class="col-lg-6 col-md-6 column zerif-rtl-skills ">
    <ul class="skills" data-scrollreveal="enter right after 0s over 1s" data-sr-init="true" data-sr-complete="true">
    <li class="skill"> </li>
    <li class="skill"> </li>
    <li class="skill"> </li>
    <li class="skill"> </li>
    </ul>
    </div>
    Thread Starter vitor.as

    (@vitoras)

    I tried, but I could not change the height of the section. Where should I put this code ? I have inserted the wrong place. Thanks,

    Hello @vitor.as,

    Please install Simple Custom CSS plugin and add this code into it:

    .col-lg-6.col-md-6.column.zerif-rtl-skills {
        display: none;
    }
    .about-us .column {
        margin-bottom: 10px;
    }

    Regards
    Gourav.

    hi,

    pretty useful code gouravwptech

    thanks.

    Thread Starter vitor.as

    (@vitoras)

    Thank you, Gourav.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change the height of the section "about us"’ is closed to new replies.