-
AuthorPosts
-
hjalte1983 Friend
hjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
June 16, 2014 at 9:45 pm #198896I’M having issues figure out how to change the margins in decor mijoshop theme.
As you can see in this screenshot the category text is way too much to the right and down
Was searching in stylesheet.css but couldn’t find itRegards-
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 16, 2014 at 9:51 pm #539127Here’s something you can try . . . .
Within file path —> /opencart/catalog/view/theme/decor/stylesheet/stylesheet.css
at line 95, modify as follows:
.box-product-list .product-item-inner .name {
font-family: 'Muli',serif;
font-size: 18px;
font-weight: bold;
line-height: 1.5;
margin-right: 55px;
margin-top: 0;
text-align: center;
}Better?
1 user says Thank You to TomC for this useful post
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
June 16, 2014 at 9:59 pm #539130Thanks, and how can i put the text abit up, closer to the image it belong
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 16, 2014 at 10:04 pm #539131Within the same CSS rule, try the following:
.box-product-list .product-item-inner .name {
font-family: 'Muli',serif;
font-size: 18px;
font-weight: bold;
line-height: 1.5;
margin-right: 55px;
margin-top: 0;
text-align: center;
margin-top: -15px;
margin-bottom: 10px;
}You can, of course, play around with the pixel values until you arrive at the result you’re most happy with.
1 user says Thank You to TomC for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by TomC 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Margin Issue with mijoshop
Viewing 4 posts - 1 through 4 (of 4 total)