Bottom margin of widgets

Homepage Community Forums Ally Theme Support Bottom margin of widgets

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #13372
    intelisystems
    Customer

      I am making a site at http://www.icnpeople.com/ with Ally theme now.
      I am using only Home Feature Widgets and Home Middle 1 & 2 widget.
      I reduced top margin to 20px and tried to reduce bottom margin of each widgets but I cannot find where to do so. I set all the margins and padding to 0 but it doesn’t change.
      As you can seen top and bottom margins are different and it looks not good.
      How do I reduce bottom of Home Features and Middle 1 & 2 Widgets?

      #13423
      Eric
      Customer

        If you’re referring to the extra space at the bottom right before your footer, then that is the .site-inner which can be found near line 692 in your style.css file. If you don’t want to affect other pages, then I would add this to your css –

        .home .site-inner {
        clear: both;
        padding-top: 0;
        }

        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #13464
        intelisystems
        Customer

          Thank you for your posting but that is not what I want to know.
          I would like to reduce space bottom of Home Features. Even when I set 0 for margin and padding for bottom but there is still space about 20px under the Home Feature widget.

          #13466
          Eric
          Customer

            Ok so which one are you referring to? You mentioned in your first comment –

            “How do I reduce bottom of Home Features and Middle 1 & 2 Widgets?”

            And then in your second comment you mentioned this –

            “Thank you for your posting but that is not what I want to know.
            I would like to reduce space bottom of Home Features.”

            These are two completely separate sections.

            Are you referring to the space under the home middle 1 and home middle 2? – http://i.imgur.com/5RLoyf7.png

            Or something different?


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            #13467
            intelisystems
            Customer

              Yes. That’s what I want to reduce.
              Could you let me know how to do?

              #13468
              Eric
              Customer

                Yes thats what I was referring to in my recent comment. The code I provided above will decrease the space – http://i.imgur.com/wOfF2Wz.png

                Once you add the code I mentioned earlier it will look just like this screenshot.


                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                #13471
                intelisystems
                Customer

                  You are great! It is working!!
                  Thank you so much!

                Viewing 7 posts - 1 through 7 (of 7 total)
                • The topic ‘Bottom margin of widgets’ is closed to new replies.