Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1415410

    redsnapdragons
    Participant

    Hello

    I want my 4 column features section underneath the logos section to be in a box like the front page of Gusto.

    https://gusto.com/

    Is there an element in cornerstone that is just a box? If there’s not, what is the CSS to create a border around my column so it’s a box?

    I want this on my homepage http://www.sandbox.helpsocial.com/

    #1415444

    Joao
    Moderator

    Hi There,

    Add to each column style box:

    
        padding: 5px;    border: 1px lightgrey solid;    border-top: 3px lightblue solid;
    
    

    Hope it helps

    Joao