About Us Template in Renew Stack

Can anyone please tell me how do I get the about page from Renew stack. I am using the same stack for my website but it is not in the template and neither I am able to get it using elements available in Cornerstone.

I tried 3 columns and added image and text in each column but I don’t get the look from this page.

See attached. Somehow X theme had more templates to load from than X-pro

Hi @iamharshu,

Thank you for reaching out to us. You can re-create the page by selecting the three column layout and then add the Classic Promo element in each of the columns. To add the button and social icons you can use the shortcodes please see http://demo.theme.co/renew-1/shortcodes/buttons/ and http://demo.theme.co/renew-1/shortcodes/icons/

For the bottom section, select two columns layout. First column uses Classic Custom Headline and Text element and the other column has Classic Skill Bar element.

Hope this helps!

Hi,
Thanks for your reply. It was a great help.

Would you know how to remove those gaps from the columns. It is using a lot of space.

Thanks

Hey @iamharshu,

It’s the top margin of the heading tag inside your promo content.

You can add this code in your page’s Content CSS to get rid of the margin. In case your don’t know, Content CSS is part of Cornerstone. It’s located in the left controls along with the Save button.

.x-promo-content h5 {
    margin-top: 0;
}

Hope that helps.

Thanks a lot.

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.