Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

how to style wordpress footer widgets #706

Closed
nitrokevin opened this issue Feb 4, 2016 · 5 comments
Closed

how to style wordpress footer widgets #706

nitrokevin opened this issue Feb 4, 2016 · 5 comments

Comments

@nitrokevin
Copy link

I've used a shortcode to place a form in the footer widget in wordpress, the form is getting "large-4 columns widget widget_text" class applied to it automatically
How can I change the large-4, I'm not sure where this is being defined?

@chuckn246
Copy link

If you haven't figured it out yet, check /library/widget-areas.php and change the 'before_widget' section of 'id' => 'footer-widgets'

@nitrokevin
Copy link
Author

Thank you yes this is what I was after

@wakatoyee
Copy link

How about the content area? Have you figured it out?

@chuckn246
Copy link

Could you be a little more specific?

On the full with template or sidebar template or??

Probably wouldn't hurt to open a new issue either so more people can see it and/or benefit from it.

@phylaxis
Copy link

phylaxis commented Aug 1, 2017

I'm having an odd issue with this that is similar, but unrelated. I have added 4 widgets to the footer widget area and they are all being defined as large-4, but in the CSS large-4is being set to width: 33.33333%;, it should be '25%'. Anyone know why this would be happening?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants