Close

Left Category Breadcrumb

goodman
8 years ago
#10650 Quote
Avatar
  • 9
I would like to know how i center the bottom left breadcrumbs navigation menu ? 
hristo
8 years ago
#10651 Quote
Avatar
  • Moderator
  • 172
Hi,
I'm not sure what you mean by "bottom left breadcrumbs in navigation". Could you please clarify, or send us a screenshot?
Regards,
Hristo Gospodinov
Nop-Templates.com
goodman
8 years ago
#10653 Quote
Avatar
  • 9
hristo wrote:
Hi,
I'm not sure what you mean by "bottom left breadcrumbs in navigation". Could you please clarify, or send us a screenshot?


Hi i have added a link to view the screen shot i took. Hopefully this does make things clear 
goodman
8 years ago
#10654 Quote
Avatar
  • 9
http://www.datafilehost.com/d/42ef7f78
link to the screen shot i did 
hristo
8 years ago
#10667 Quote
Avatar
  • Moderator
  • 172
Hello,
your link is trying to download a binary installer (.exe) instead of an image, please send us an image instead, thanks
Regards,
Hristo Gospodinov
Nop-Templates.com
goodman
8 years ago
#10669 Quote
Avatar
  • 9
Hi I have uploaded the image on dropbox.

https://www.dropbox.com/s/68ubifif49iozh8/Category.png?dl=0

hristo
8 years ago
#10671 Quote
Avatar
  • Moderator
  • 172
Ok, now I understand what you mean.

In order to center the list items in your category navigation, you can add the following code in the custom head styles in your administration:

@media all and (min-width: 1001px) {
    .block .list a {
        padding: 9px 5px;
        text-align: center;
    }
}

If you need further assistance we will be happy to help, but please open a support ticket instead of writing in the forum. Thanks

Regards
Regards,
Hristo Gospodinov
Nop-Templates.com