Tagged: cornerstone
-
AuthorPosts
-
May 2, 2016 at 5:03 pm #909835
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”
May 2, 2016 at 5:04 pm #909836This reply has been marked as private.May 3, 2016 at 12:25 am #910207Hi 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!
May 3, 2016 at 12:12 pm #911078Bummer! That did not seem to fix it 🙁
May 3, 2016 at 3:56 pm #911434Hi 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
May 3, 2016 at 4:19 pm #911467That 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?
May 4, 2016 at 12:51 am #911941Hi 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.
May 4, 2016 at 4:09 pm #913235Okay. 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.
May 4, 2016 at 10:11 pm #913661Hello 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.
May 5, 2016 at 10:47 am #914433No 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?
May 5, 2016 at 3:19 pm #939729Hi there,
Change the Class of the columinze element from mtb to man.
Hope that helps,
Joao
May 5, 2016 at 3:58 pm #946862WONDERFUL!!!
May 5, 2016 at 9:25 pm #978045Happy to hear that.
Feel free to ask us again.
Have a great day! 🙂
Thanks.
-
AuthorPosts