Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #424381

    Hi,

    I would like to know how to adjust the spacing between the title of the 4th column and the Enfold Facebook like box. I want to reduce the space to make it similar to the widgets to the left of it.

    sl

    #424517

    Hey slui!

    Please try the following in Quick CSS under Enfold–>General Styling:

    #avia_fb_likebox-2{
    margin-top:0px !important;
    }

    Best regards,
    Rikard

    #428422

    Hi Rikard,

    Thank you for the response, but I wasn’t able to see the effect of the CSS code.

    1. As you can see from the attached pic, I want to reduce the space between the top of the facebook box to the orange line so that it is aligned with the top of the widget column beside it.

    2. I also want to bring up the height of the pinterest button to be closer to the facebook like box. (black vertical between facebook like box and pinterest button)

    Please advise on how to accomplish this.

    sl

    • This reply was modified 9 years, 7 months ago by slui.
    #429167

    Hey!

    Please add following code to Quick CSS

    section#avia_fb_likebox-2 {
      margin-top: -20px!important;
    }
    #footer #text-18 {
      margin-top: -25px!important;
    }

    Regards,
    Yigit

    #429168

    Thanks that worked perfectly…

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Adjust Margin On Widget in Fourth Column’ is closed to new replies.