-
AuthorPosts
-
February 17, 2017 at 2:55 pm #1011684This reply has been marked as private.Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 20, 2017 at 4:47 am #1012049Hi
i am getting this view from the site homepage and no extra padding is showing: http://prntscr.com/eayca6
Could u provide a URL and screenshot which padding you want to remove?
RegardsFebruary 20, 2017 at 6:00 am #1012065Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 20, 2017 at 6:42 am #1012077Hi
Its normal padding-bottom of the modules..t3-module { background: #ffffff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); border-radius: 2px; color: #6c6c6c; margin-bottom: 18px; padding: 22px;
From templates/ja_hotel/local/css/template.css
You can chnage the margin bottom to 0px.
http://prntscr.com/eaz3u5Regards
February 20, 2017 at 6:54 am #1012080Hi, To remove the Top Padding of each Module that i highlighted in red square, what value should i changed?
Thank youPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 20, 2017 at 6:59 am #1012086Hi
You can change the margin bottom to 0px.
Its 18px change it to 0px.February 20, 2017 at 8:46 am #1012128How it is possible to apply this change only to only few specific modules that i want, with custom ccs code?
Thank youPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 20, 2017 at 9:16 am #1012133Hi
Use below code in custom.css file#Mod178,#Mod170 {margin-bottom:0px;padding-bottom:20px;}
Replace 20x to a low value if you want to reduce more space.
February 20, 2017 at 7:03 pm #1012258Hello,
I tried Custom CSS but i see that modules are not like before and i can not bring its prior state. Something changed in /ja_hotel/local/css/template.css? More or less the layout i would like to have for the Hotel Menu Section1 position is like the picture i am sending attached.
Thank you
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 21, 2017 at 2:19 am #1012352Hi
You should add the code in custom.css file as i suggested#Mod178,#Mod170 {margin-bottom:0px;padding-bottom:20px;}
Save file ,clean cache and check
Regards
February 21, 2017 at 3:19 pm #1012588Hello I did it as per your instructions but nothing changed. I set also " padding-bottom:0px;} " but it is still the same.
Thank youPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 21, 2017 at 3:26 pm #1012590Hi
You have to use the code that i suggest
Again check and compare the code.
Again i added correct codeMod178,#Mod170{margin-bottom:0px;padding-bottom:0px}
Hope it make sense
February 22, 2017 at 4:50 pm #1012914Hi,
I managed to have it as i want by change it, to #Mod178,#Mod170 {margin-bottom:5px;padding-bottom:15px;}
Thank you for your help for your patience.
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 2 voices, and was last updated by litesvcs 7 years, 9 months ago.
The topic ‘How to remove Top Padding from Modules in section 1 position’ is closed to new replies.
Jump to forum