You guys did a very nice job on this theme. It seems very easy to set up with only a very few exceptions. I have a few questions.
1. Currently the category tabs on block 3 are aligned to the left. Please provide me the instructions on how to align the category tabs to the center.
2. There are only a maximum of 2 or 3 maximum category tabs on block 3 can show up on the phone while I can see plenty of empty space between the block title and the first category tab. Is there a way to move the category tabs further to the left?
3. I am building the site for non-English speakers. Where can I change the words “Load more” for block 3 and “New Sticker” for the new sticker?
Hi,
1. I’m not sure if this is what you mean, but you can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/t6vhq1loB
.td_block_3 .td-module-image .td-post-category {
text-align: center;
left: 0;
right: 0;
margin: inherit;
}
2. I’m not sure what you mean, please provide more details and a link. If you refer to the ajax categories, please note that the ajax categories consider the block title length and the length of the category name and display how many categories is possible – http://screencast.com/t/nlJZO5KqpWB
3. You can translate Load More and Trending Now from Theme Panel > Translations – http://screencast.com/t/o40ilnnM – http://screencast.com/t/QzXoHWD23HtJ
Thanks!
1 & 2. All the names with the exception of “HOME” are currently align right. There is a big gap between “HOME” and the next word “CHOI” (see link). I would like to know if the category names can be centered and moved closer to “HOME” for both desktop and mobile views. Thanks.
Hi,
You will need custom modifications for this, as like I said above the block ajax categories consider the block title length and the length of the category name and display how many categories is possible. So you for other blocks the title length can differ(also the categories number) and you add a custom css it may break the layout, so you need more custom modifications also in the code and it is not an easy task. I suggest to hire a professional developer to do this for you as we cannot provide custom work at this time, sorry!
Please check this example to understand what I mean:
*You can add a custom css for this – http://screencast.com/t/7yvlAkDR72
*But if the block title differs – http://screencast.com/t/q4C0aQH0Jt0r
Thanks!