- This topic has 12 replies, 4 voices, and was last updated 3 months, 2 weeks ago by
Elvin.
-
AuthorPosts
-
June 27, 2020 at 3:28 pm #1344012
shailesh
I want to make my footer horizontaally alignment. There is no option provided.
lease help me.June 27, 2020 at 5:14 pm #1344069Leo
StaffCustomer SupportHi there,
I’m not sure if I understand.
Have you tried using footer widgets instead of footer bar widgets?
https://docs.generatepress.com/article/footer-widgets/Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 27, 2020 at 8:15 pm #1344119shailesh
I want to add my website name with copy right and pages like contact us, privacy policy and disclaimer in footer.
Whenever I add those pages they align horizontally.
I want to those pages and website with copyright in a single line (in footer).
for example:
%copy%website.com Privacy policy Disclaimer Contact usJune 28, 2020 at 6:09 am #1344359David
StaffCustomer SupportHi there,
Add a Navigation Widget to the the Footer Bar widget area, then let me know if need to help with some CSS to align links.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 28, 2020 at 7:24 am #1344414shailesh
I did it. But I want my ‘Contact Us, Disclaimer’ page in a line of %copy%webistename.com line.
June 28, 2020 at 7:24 am #1344415shailesh
https://ibb.co/Hqry00n
refer this image.
I want same footer like this.June 28, 2020 at 8:03 am #1344563David
StaffCustomer SupportIf you can add the Navigation Widget with your menu items then i can take a look at the issue.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 28, 2020 at 8:51 am #1344600shailesh
Just added it.
Look at the issue now.June 28, 2020 at 8:55 am #1344605David
StaffCustomer SupportAdd this CSS:
@media(min-width: 769px) { .footer-bar-align-center .copyright-bar { float: left; } .footer-bar .widget.widget_nav_menu { float: right; } }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 28, 2020 at 9:07 am #1344615shailesh
You are awesome.
Hopefully you will not have suffered too much. (hehe)
Love your support.
Thanks!!!June 28, 2020 at 9:08 am #1344617David
StaffCustomer SupportGlad to be of help π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 28, 2020 at 7:24 pm #1463018shailesh
Hi David,
I just open my new site bestdog.in
Tell me how to align footer pages horizontally?September 28, 2020 at 7:43 pm #1463032Elvin Customer Support
Hi Shailesh,
You can try this CSS code to align your About Us and Contact Us footer links.
.footer-bar > #pages-2 > ul { display: flex; flex-direction: row; } .footer-bar > #pages-2 > ul > li { margin-left: 15px; }
Let us know if it works for you. π
A wise man once said:
"Have you cleared your cache?" -
AuthorPosts
- You must be logged in to reply to this topic.