- This topic has 9 replies, 3 voices, and was last updated 9 years, 3 months ago by
Tom.
-
AuthorPosts
-
November 27, 2014 at 3:00 pm #49586
Steve Cronin
I have a 3 footer widgets
the right most is right aligned social.
the center and left are both one line menus
these 2 menus align left by default
this ends up looking unbalanced.How can I center or right align these two footer widgets?
BTW: Have the full GP; customCSS; and social — kickball stuff man – be proud!!
November 27, 2014 at 3:40 pm #49600Steve Cronin
the Typography widget should add a copyright handler
when I use Typography to change the widgetTitles the footer widget don’t seem to pick up any changes…..
November 28, 2014 at 12:04 am #49677Tom
Lead DeveloperLead DeveloperHi there,
It depends on how your menus are set up.
Do you have a link for your website so I can see?
The “widget titles” Typography option handles both sidebar and footer widget titles.
As for the copyright area – I agree I need to at least add a size option in there – will look into doing that for the next version.
Let me know 🙂
November 28, 2014 at 8:15 am #49715Steve Cronin
As I have come to later understand, what I am concerned with are the displayed widget links – not their titles. (my bad)
Since you have a Background Image handler for both the Footer Widget Are and the Footer Area I was expecting similar handlers for these in Typography… and there’s no ‘Footer’ anything there…
Thanks for the quick turn around!
Here’s a look: (link sent separately)
November 28, 2014 at 8:26 am #49716Steve Cronin
November 28, 2014 at 11:21 am #49727Tom
Lead DeveloperLead DeveloperYou could add some CSS like this:
.footer-widget-2 { text-align: center; }
You can do this with either “left”, “center” or right”, and simply change footer-widget-2 to whichever footer widget you want to target.
November 28, 2014 at 11:39 am #49733Steve Cronin
css does a good neat trick.. I like your style – thanks!!
November 28, 2014 at 7:29 pm #49826Tom
Lead DeveloperLead DeveloperYou’re welcome 🙂
June 9, 2015 at 8:28 am #113469Bob
Hi there
I used this technique to make the right-sidebar and footer widgets centre align when max of 768px, but then the text in the main body container (separate containers) also went centre… but I want that text in the main body to stay as it is, i.e. left-aligned. I haven’t use the separate container functionality, just the standard.
My CSS in the child theme is
@media screen and (max-width: 768px) { .footer-widget-1 { text-align: center; } .footer-widget-2 { text-align: center; } .footer-widget-3 { text-align: center; } .right-sidebar { text-align: center; } }
Any ideas?
Best, Bob
June 9, 2015 at 9:07 am #113484Tom
Lead DeveloperLead DeveloperHmm, can’t see anything there that would center align your main content.
Your content goes back to left aligned when you remove the above code?
Can you possibly link me to your site?
Thanks!
-
AuthorPosts
- You must be logged in to reply to this topic.