Search for: Log In Free Support [Resolved] Align footer widget with content and Slide-out Navigation with logo Home › Forums › Support › Align footer widget with content and Slide-out Navigation with logo This topic has 3 replies, 2 voices, and was last updated 3 years, 10 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 3, 2017 at 1:06 am #327974 Antonio Hi, on this website I would like to 1. align the footer widgets (3 widgets) with the website content. If you have a close look you see that the 2 columns on top (with the dates) are not in line wth the footer. 2. align the slide-out navigation with the “canna Lounge” logo Thanks in advance GeneratePress 1.3.46GP Premium 1.3 June 3, 2017 at 9:16 am #328095 LeoStaff Customer Support Hi Antonio, 1. The 4 footer widgets are not align with the date blocks above because the date blocks have padding on them. They actually have the same container width. You can try this CSS: @media (min-width:769px) { #generate-section-1 .generate-sections-inside-container { padding-left: 0; padding-right: 0; } .lgc-first .inside-grid-column.event-single { padding: 0 10px 0 0; } .lgc-last .inside-grid-column.event-single { padding: 0 0px 0 10px; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ 2. Try this CSS: @media (min-width:769px) { .slideout-toggle { padding-top: 85px; } } Let me know. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ June 3, 2017 at 10:16 am #328132 Antonio Thenaks Leo, This do the trick π have a nice weekend. Antonio June 3, 2017 at 11:17 am #328145 LeoStaff Customer Support Glad I could help! You as well π Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In