Okay
  Public Ticket #2501613
Footer alignment
Closed

Comments

  •  16
    wheelsacrossmorocco started the conversation

    Hi, at the page footer, I've used widgets for content under 'Featured in magazines'. The first entry Dodho,  doesn't quite line up with the content under 'Latest articles'. Any solution to this? Thanks

  •  1,558
    Laborator replied

    Hi there,

    The font was not applying in the "Latest articles" widget, now I have added this selector to the Function Pro Book font:

    .widget ul li
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  16
    wheelsacrossmorocco replied

    There's still a larger gap between Dodho and Featured compared to Latest and form. 

  •  1,558
    Laborator replied

    Hi there,

    That's because the first is a paragraph while the second is a list and they have different styling, you can either switch the first one to a list or add this CSS to Custom CSS to change the paragraph style:

    .site-footer .footer-widgets .widget p {
        padding: 6px 0;
        margin: 0px;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group