- This topic has 10 replies, 2 voices, and was last updated 2 years, 1 month ago by
Leo.
-
AuthorPosts
-
April 14, 2020 at 2:44 pm #1239228
Haley
Hey There,
I’m not sure if this falls under your banner or not – so apologies if it doesn’t. I’ve used the branded BB theme on two sites now and when I change the amount of widgets in the footer from 3 to 4 the alignment goes way out. In the first site I just went back to 3 columns in order to avoid the problem but in this second site I need 4 columns in alignment – is there something Im missing? Ive set the 4 columns in generate press – customise .
Thanks!April 14, 2020 at 4:51 pm #1239316Leo
StaffCustomer SupportHi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 14, 2020 at 5:18 pm #1239337Haley
Its currently hidden behind a holding page so I will take it down for short time so you can see it.
April 14, 2020 at 5:20 pm #1239338Haley
try now, thanks.
April 14, 2020 at 5:49 pm #1239352Leo
StaffCustomer SupportCan you go to the Additional CSS field in the customizer and temporarily remove all of these?
/* GENERATEPRESS FOOTER WIDGET AREA */ /* GeneratePress widget layout tweaks & alignments for 3 columns */ @media (min-width:1025px) { .footer-widgets .footer-widget-1 { text-align: left; width: 25%; } .footer-widgets .footer-widget-2 { text-align: left; width: 40%; } .footer-widgets .footer-widget-3 { text-align: right; width: 35%; } } @media (min-width:768px) AND (max-width:1024px) { .footer-widgets .footer-widget-1, .footer-widgets .footer-widget-2, .footer-widgets .footer-widget-3 { clear: none !important; float: left; width: 33.3333%; } } @media (max-width:768px) { .footer-widgets .widget { float: none; margin: 0 auto; max-width: 400px; padding: 60px 20px 0 20px; text-align: center; } }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 14, 2020 at 5:52 pm #1239353Haley
Okay removed and its looking better – take a look.
April 14, 2020 at 5:54 pm #1239354Leo
StaffCustomer SupportYup that’s back to the default setup.
What’s the issue now?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 14, 2020 at 5:57 pm #1239355Haley
Okay so keep that code out then? No issue as long as I can work with the padding etc as I normally would?
April 14, 2020 at 6:01 pm #1239356Leo
StaffCustomer SupportYup keeping the code out would be good π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 14, 2020 at 6:33 pm #1239364Haley
Thanks so much for that!
April 14, 2020 at 7:09 pm #1239402Leo
StaffCustomer SupportNo problem π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.