Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • samirbeg Friend
    #988895
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #988900

    For 1 .
    See this how to use firebug or inspect element to check style class .
    Here : http://prntscr.com/daplz7

    The code would be : http://prntscr.com/dapmr0

    .ourstory .acm-features.style-1 .features-item.odd {padding-top:50px}
    

    Now for 2 .
    There is already space , you have below code in custom.css file
    if you will remove the padding top

    .home .acm-features.style-1 .features-item .features-item-inner {
        padding-top: 50px!important;
        /* padding-bottom: 30px!important; */
        padding-left: 50px!important;
        padding-right: 50px!important;
    }

    it will be fine : http://prntscr.com/dapndq

    samirbeg Friend
    #989014

    Thank You! I was able to add your code and modify it little bit to my desire to make homepage padding look okay. I appreciate your quick assistance. Have a good day!

Viewing 3 posts - 16 through 18 (of 18 total)

This topic contains 18 replies, has 2 voices, and was last updated by  samirbeg 7 years, 5 months ago.

The topic ‘JA Restaurant – Padding’ is closed to new replies.