Footer customisation
-
Hi there!
I’ve been having some issues to customise the footer. I have the free version of Generate Press. I spent lot of time reading the forum but I still don’t understand what is wrong with my css.
In the footer, I want to display 3 items: the menu, the social icon and the copyright (widget 1, widget 2, widget 3). I want 1 widget per line.
So far, what I did is :
.footer-widgets .widget_nav_menu li {
display: inline-block;
align-items: center;
justify-content: center;
letter-spacing: 0.2em;
align-items: center;
margin-right:10px;
margin-left:10px;}
–> This doesn’t center the menu in the page.
Also, for widgets 2 & 3, I tried :
.footer-widgets .footer-widget-2 {
display: flex;
align-items: center;
justify-content: center;}
But same, it doesn’t center the widget and there are still all in the same line.Could you please tell me what to correct in the CSS?
Thanks a lot for your help,
Julien
The page I need help with: [log in to see the link]
- The topic ‘Footer customisation’ is closed to new replies.