Site logo

Archived topic

How to format the footer widget alignment?

7 replies · Started by Olga on April 2, 2017

Viewing posts 1–8 of 8

Hello,

My 3 footer widgets are all left aligned automatically. Surely centre should be the default, but how do I change it?
One of the widgets is a custom menu comprising of social icons.It is stacked instead of lined, how do I format it to sit in one horizontal line?

Thanks Leo,

That helped. Apart from a stubborn html based tripadvisor widget that stayed on the left, perhaps I can add some code to add padding to an individual footer widget, I need about 100px?

Can you provide a link to your site? I should be able to find a way to make it center.

Thanks! I would really appreciate that. Its cobbletales.com. I temporaraly disabled the maintenance mode so you see it.

While you are at it, could you see how to also align the footer widgets vertically centre? now they seem at different heights.

Another theme based question is about a blogpost formatting. Could you see why both the feature image and the title with date have no left padding? and how do I change that?

Also, the feature image did not respond to customiser controls, like above title/below, hide/show or size...

Thanks!
O

- Try this CSS for the TripAdvisor widget:

div#CDSWIDFRR {
    margin: auto;
}

- For vertically align, try some CSS like this:

.footer-widget-3 {
    padding-top: 30px;
}

- The blog title and featured image has no padding because that's using the GP container and the content is using Elementor container. Might be easier if you just build everything out of Elementor if that's the route you want to go.

- The Featured Image options in the customizer controls the featured images in the main blog page, not single post. I think what you are looking for is in Layout > Page Header > Single Post Header Location.

Hi
Does the above code to get my text and tiny logo in my LEFT FOOTER WIDGET TO move to center footer GO INTO HOOKS?
.inside-footer-widgets {
text-align: center;
}
afte content, or before content?
thanks
Howard

This archived topic is closed to new replies.