Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • litesvcs Friend
    #1011684
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1012049

    Hi
    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?
    Regards

    litesvcs Friend
    #1012065

    Hello, URl Is http://www.cyprus booking.net. in "Hotels" Menu.
    Thank you


    1. Hotel-Menu-section1
    Pankaj Sharma Moderator
    #1012077

    Hi
    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/eaz3u5

    Regards

    litesvcs Friend
    #1012080

    Hi, To remove the Top Padding of each Module that i highlighted in red square, what value should i changed?
    Thank you

    Pankaj Sharma Moderator
    #1012086

    Hi
    You can change the margin bottom to 0px.
    Its 18px change it to 0px.

    litesvcs Friend
    #1012128

    How it is possible to apply this change only to only few specific modules that i want, with custom ccs code?
    Thank you

    Pankaj Sharma Moderator
    #1012133

    Hi
    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.

    litesvcs Friend
    #1012258

    Hello,

    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


    1. Sample-Layout
    Pankaj Sharma Moderator
    #1012352

    Hi
    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

    litesvcs Friend
    #1012588

    Hello I did it as per your instructions but nothing changed. I set also " padding-bottom:0px;} " but it is still the same.
    Thank you

    Pankaj Sharma Moderator
    #1012590

    Hi
    You have to use the code that i suggest
    Again check and compare the code.
    Again i added correct code

    Mod178,#Mod170{margin-bottom:0px;padding-bottom:0px}

    Hope it make sense

    litesvcs Friend
    #1012914

    Hi,

    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.

Viewing 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.