• Hi Guys

    Since i did an update of the Astrid Theme, i saw that de Widget on Footer 2 is not very regular with the others. It looks like there is too much space between “Contact” & “Openingsuren”.

    Does anyone help me to make “Contact” more central ?

    thank you for your help

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello there,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    @media only screen and (min-width: 992px) {
    
      .footer-widgets .sidebar-column.col-md-4:nth-of-type(1) {
        width: 46%;
      }
    
      .footer-widgets .sidebar-column.col-md-4:nth-of-type(2) {
        width: 27%;
      }
    
      .footer-widgets .sidebar-column.col-md-4:nth-of-type(3) {
        width: 27%;
      }
      
    }
    

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘Footer Widget Space problem’ is closed to new replies.