Jump to content

[SOLVED] Center text of subcategories


Recommended Posts

Welcome Havoc87 :)

 

Open yourdomain/presta/themes/yourtheme/css/category.css and find this:

#subcategories ul li {
    float: left;
    height: 64px;
    margin: 0 0 13px 20px;
    width: 149px;
}

change to:

#subcategories ul li {
    float: left;
    height: 64px;
    margin: 0 0 13px 20px;
    width: 149px;
    text-align:center;
}
  • Like 1
Link to comment
Share on other sites

You are welcome :)

I'm marking this thread solved. You can do it yourself next time:

 

[sOLVED] Topic
If, after posting a topic, you find a solution to your problem, please indicate it in your post and describe the solution.
Furthermore if you are the author of the topic for which a solution has been found, please edit your topic title to mark it as [sOLVED].

To mark a topic as [solved] :
- Edit the first post of your topic by clicking on the "Edit" button,
- Click on the "Use full editor" button,
- Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...