Author Topic: CSS Rule for centering the categories in the menu  (Read 2897 times)

Offline Mahomed Dawood

  • Jr. Member
  • **
  • Posts: 61
  • Karma: +4/-0
    • View Profile
CSS Rule for centering the categories in the menu
« on: April 07, 2022, 02:03:33 AM »
Hi AbanteCart

Does anyone know how to center the menu categories , I cannot seem to find the css rule for this

See attachment

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5791
  • Karma: +274/-2
    • View Profile
Re: CSS Rule for centering the categories in the menu
« Reply #1 on: April 07, 2022, 03:32:08 AM »
Hello.
Try this css
Code: [Select]
ul.categorymenu {
    text-align: center;
    display: inline-block !important;
}

Offline Mahomed Dawood

  • Jr. Member
  • **
  • Posts: 61
  • Karma: +4/-0
    • View Profile
Re: CSS Rule for centering the categories in the menu
« Reply #2 on: April 08, 2022, 02:41:50 AM »
Hi

This just seems to make the menu container a little bigger , it does not center align the categories inside the menu container

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5791
  • Karma: +274/-2
    • View Profile
Re: CSS Rule for centering the categories in the menu
« Reply #3 on: April 08, 2022, 03:16:12 AM »
Hello.
Add one more
Code: [Select]
#categorymenu {
    text-align: center;
}
ul.categorymenu {
    display: inline-block !important;
}

Offline Mahomed Dawood

  • Jr. Member
  • **
  • Posts: 61
  • Karma: +4/-0
    • View Profile
Re: CSS Rule for centering the categories in the menu
« Reply #4 on: April 08, 2022, 05:46:10 AM »
Hi

this works well for a few categories, but the minute i add more it goes back to left aligned , please see attached image

second image looks perfect but has less categories

Offline mejores

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
    • Mejores Ofertas
Re: CSS Rule for centering the categories in the menu
« Reply #5 on: April 08, 2022, 07:29:57 AM »
Hello,

They go to the left because there is not enough width on the right and that's why it creates two lines, try decreasing the spaces between menu and menu.

Greetings.
Si estas buscando las mejores ofertas, su busqueda a terminado, visite: newbielink:https://mejores.info [nonactive]

 

Powered by SMFPacks Social Login Mod