• Resolved Pcosta88

    (@pcosta88)


    Hello!

    I am having some difficulty moving a container up a little. I want it be close to the search field on this page.

    https://findjobzz.com/map-jobs-2

    Image Example: https://pasteboard.co/1XB88CKz.png

    I’ve tried moving the div.container and the div.job-search and it does not seem to work. I also cannot seem to grab the map and pull it down.
    Theme: Jobify w/ Woo Commerce
    WordPress: 4.2.2

    Thoughts or suggestions for custom CSS?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there, I’m Adam, I work for the support department of Astoundify and it’s great to talk to you today!

    It sounds like you need theme support, as Jobify is a premium theme you will not be able to receive support from www.remarpro.com theme support.

    In order for us to help you as fast and efficiently as possible, I would like to invite you over to our help desk where you can safely share your website link and login details if necessary. Using our help desk it keeps everything super organized to keep the conversation going.

    Please register at our help desk or you can browse our theme resources centre which contains many detailed video tutorials and theme documentation. Once logged in, feel free to create a new support ticket here.

    We are looking forward to helping you over on our help desk.

    Adam

    Add this to your child theme:

    .entry-content {
    margin: 0px auto 0;
    }

    Thread Starter Pcosta88

    (@pcosta88)

    @adam: Thanks for the link to the help desk. I’ll be sure to post there next time.

    @adam: That worked! Why? I tried messing with the margins but could never get it move up properly. What is different about your code? I notice the auto? What does that do?

    @pcosta88

    Glad that worked for you.
    You can actually leave off the last 0, so that it’s:

    .entry-content {
    margin: 0px auto;
    }

    That just lets it figure out its own margins on the left and right and center itself, without any margins above or below it?

    Dave

    Thread Starter Pcosta88

    (@pcosta88)

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Move Jobify Search Box Up’ is closed to new replies.