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

    Hi,
    The first two widgets in my footer don’t seem to be responsive. I have a custom buttom in the first column so not sure if that has anything to do with it. I have included the web address and Customs CSS in the Private Content section.

    #1040533

    Hey arnacampbell,

    Seems to be because there are 5 columns being accommodated. Add this to quick css:

    #footer .container .flex_column:nth-child(1){
    min-width:210px!important;
    }
    
    #footer .container .flex_column:nth-child(2){
    width:19%!important;
    }

    Best regards,
    Jordan Shannon

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