Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #426274

    I need to adjust the spacing between the top slider and the first text box, and between that text box and the one after it. Shown in this screenshot:
    http://screencast.com/t/uKUvLMMc9Oqj

    I found it in Firebug and did a live edit to test it and it worked, but when I tried placing that in Quick CSS it wasn’t working. I’m sure I have the wrong class or missing something. I will need to do this on each page under ‘Solutions’

    http://tsgaz.net/bernoulli/solutions/medical-device-integration/#top

    Thanks!

    -Fred

    #426328

    Hey Fred!

    Please add following code to Quick CSS

    .page-id-3289 .content {
      padding-top: 10px;
    }
    .page-id-3289 .avia-builder-el-3.column-top-margin, .page-id-3289 .avia-builder-el-5.column-top-margin {
      margin-top: 5px;
    }

    Regards,
    Yigit

    #426483

    It worked great! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adjusting margin between text boxes’ is closed to new replies.