Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
November 15, 2016 at 4:31 pm #986556
hi
im using home-style-4 on the home page and using default on the other pages. How do i reduce the spaces on the top and bottom of the menu with out affecting the other home styles?
thanks
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 16, 2016 at 2:27 am #986729Hi
Add below code in custom.css file to reduce the padding ..com_hikashop .t3-header { padding-top: 10px; } .com_hikashop .t3-mainbody { padding-top: 10px; }
you can change the padding value as per your needs .
November 16, 2016 at 5:43 am #986831hi
this did nothing.
what i did was this
@media (min-width: 768px) { .t3-header { padding-top: 20px !important; } }
my next questions are
- i added this code to custom.css but i doesnt work, why?
- i added this code to /templates/ja_jason/local/css/template.css and it worked, why? isnt the custom.css enough to provide the override for this tempalte
- all of the other styles got affected, i cant use them anymore because it looks disarrayed or it looks different because of the customization, how do i fix this?
thanks
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 16, 2016 at 6:04 am #986835Hi
kindly use the code i suggested.com_hikashop .t3-header { padding-top: 10px; } .com_hikashop .t3-mainbody { padding-top: 10px; }
it will work in custom.css >>> http://prntscr.com/d7v30k
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 3 replies, has 2 voices, and was last updated by Pankaj Sharma 8 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum