Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #909835

    fullframenw
    Participant

    Hello! I have the columnize element on one of my pages and it is adding a mysterious amount of padding at the start/top of the text. Is there any way to get rid of this? Thank you. The page with the columnize element is on “Get To Know Us”

    #909836

    fullframenw
    Participant
    This reply has been marked as private.
    #910207

    Rupok
    Member

    Hi there,

    Thanks for writing in! It’s because you are using h5 tag that has default margin top value. You can use mtn class for the heading.

    Cheers!

    #911078

    fullframenw
    Participant

    Bummer! That did not seem to fix it 🙁

    #911434

    Joao
    Moderator

    Hi There,

    I have added some style at your <h5> now the margin top is gone

    I have used this code :

    <h5 style="margin-top: 0px;">

    Hope that helps,

    Joao

    #911467

    fullframenw
    Participant

    That worked wonderfully! But now I have another issue: I am noticing that the columnize element is not evenly distributing my text. For instance, I want the first half of the columnize to end at the words “And our world.” I then want the second half of the column to begin with “We are passionate about…” But instead, that line is on the left, not the right.

    Is there a way to choose what is on the left column and what is on the right?

    #911941

    Christopher
    Moderator

    Hi there,

    No it’s not possible. Columnize divide content into two columns depending on length of content and we have no control over it.

    Thanks.

    #913235

    fullframenw
    Participant

    Okay. Is it possible to get rid of the spacing that it leaves at the bottom? See: “Get to know us Page” bottom, “Our values”, spacing after columnize element.

    #913661

    Rue Nel
    Moderator

    Hello There,

    It turns out that you have inserted an invalid html. Please make sure that you insert a valid html. Invalid code could potentially messed up the layout and even break Cornerstone. Please correct this code:

    <h5 style="margin-top: 0px;"><b><span style="font-family: 'baskerville-italic', sans-serif !important;">We look towards the future</b> <span style="font-family: 'brandon-light', sans-serif !important;">with every video we produce and every story we share. Our priority is to radiate the voices of organizations that value community, sustainability, equality and progressive actions that improve our lives and our world. </font>
    
    <b><span style="font-family: 'baskerville-italic', sans-serif !important;">We are passionate about</b></font><span style="font-family: 'brandon-light', sans-serif !important;"> interdisciplinary arts and sciences, empowered by local businesses and engaged communities, adamant about keeping wildlife wild, and  are proud allies of the LGBTQ community. 
    We believe everyone's story should be told. </font>

    In the code above, the h5 was not properly closed. You should be using this code instead:

    <h5 style="margin-top: 0px;"><b><span style="font-family: 'baskerville-italic', sans-serif !important;">We look towards the future</span></b></h5>
    
    <span style="font-family: 'brandon-light', sans-serif !important;">with every video we produce and every story we share. Our priority is to radiate the voices of organizations that value community, sustainability, equality and progressive actions that improve our lives and our world. </span>
    
    <h5 style="margin-top: 0px;"><b><span style="font-family: 'baskerville-italic', sans-serif !important;">We are passionate about</b></span></h5>
    
    <span style="font-family: 'brandon-light', sans-serif !important;"> interdisciplinary arts and sciences, empowered by local businesses and engaged communities, adamant about keeping wildlife wild, and  are proud allies of the LGBTQ community. 
    We believe everyone's story should be told. </span>

    Hope this helps. Kindly let us know.

    #914433

    fullframenw
    Participant

    No that took away my custom font and H5 size. If the issue is not closing the h5 html then I have with my code at the end of it. Now how do I get rid of the padding and spacing below the columnize element?

    #939729

    Joao
    Moderator

    Hi there,

    Change the Class of the columinze element from mtb to man.

    Hope that helps,

    Joao

    #946862

    fullframenw
    Participant

    WONDERFUL!!!

    #978045

    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Have a great day! 🙂

    Thanks.