Text Center Footer Nav Links

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeText Center Footer Nav Links

This topic has been marked as resolved.

I have upgraded to Pavilion 2 and want to center my footer links, but can’t seem to get it to work.
I’ve added “text-center” to Extra Class – both to the row and the menu column, but it’s ignored.

How can i change the footer links to be centered?

May 23, 2016 at 2:45 pm #47902

Hi,

Can you provide a screenshot to show, which links exactly you want to center? We will also need the live website url.

BR,
ThemeBurn team

May 25, 2016 at 12:22 am #47967

Oops! Forgot to write it’s the Menu Theme Block.

I’m using The Menu Theme Block set to vertical list in the footer. I can center the block title but not the menu links. I’ve set the Extra Class to “text-center”, but that’s not working:

http://rosenskjold.webform.dk

May 25, 2016 at 3:43 am #48022
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
May 27, 2016 at 5:51 pm #48182

Thank you so much!

It didn’t quite work as the core css setting still did an override.

*, body, button, input, textarea, select, table, td, th {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: 100%;
}

But i did discover if i added a margin auto to the custom css, it did center the links in the footer :-)

.nav-stacked > li > a > .tb_text {
  display: block;
  margin: 0 auto;
}

  • This reply was modified 2888 days ago by  WebForm.
  • This reply was modified 2888 days ago by  WebForm. Reason: Cleaned up HTML tags
May 27, 2016 at 6:51 pm #48206

Happy to hear everything has been sorted out :)

BR,
ThemeBurn team

June 2, 2016 at 12:20 pm #48327
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.