• Resolved TJ1

    (@tj1)


    On my website: http://www.minutify.com
    I have a search box and then some widgets below it.
    I am wondering if there is a way to reduce the empty space between the search box and “SUBSCRIBE To MINUTIFY” box?

    I appreciate your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • vtxyzzy

    (@vtxyzzy)

    You should create a Child theme to make your changes. If you do not, all of your changes will be lost if you update your theme.

    Try adding this to the end of your child theme’s style.css:

    #searchform { margin-bottom: 10px !important; }
    Thread Starter TJ1

    (@tj1)

    thanks vtxyzzy, it did exactly what I wanted.
    I really appreciate your help.
    What is the meaning of !important there?

    vtxyzzy

    (@vtxyzzy)

    When more than one CSS rule applies to an item, the last one found is normally the one selected. If you want to override that order, you can use !important to cause a rule to be used instead of the last one founc.

    Thread Starter TJ1

    (@tj1)

    Thanks a lot vtxyzzy, that’s very helpful.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How change the spacing between boxes’ is closed to new replies.