Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #493785

    Hey guys,

    I’m using a 3 column footer layout.

    Now client wants dotted seperator lines between the columns.
    Also they want these footer-colums a bit smaller and “more centered”.

    Screenshot of the desired result: http://postimg.org/image/j61pb1qsj/

    Could you please help me out here?

    Thx, Regards
    Michael

    #494446

    Hey Michael!

    Try adding this code to the Quick CSS:

    #footer .flex_column {
        border-right: 1px dotted;
        padding-right: 30px;
        min-height: 400px;
        
    }
    
    #footer .flex_column:last-child {
        border: 0;
        padding-right: 0;
    }
    
    #footer .widget {
        margin: 0;
    }
    
    .flex_column .widget .widgettitle {
        margin: 0;
    }

    Cheers! 
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.