Support » Theme: Fifteen » Can I move contact us plug-in lower on the page.

  • Resolved OB

    (@reburton3941)


    Hi,
    I have a contact us page with a Contact Us plug-in on it and it is positioned way up high on the page. It looks wrong. How can I reposition it? I also have a About Us page with the same exact wrong position. I suspect the fix will take care of both problems but if not I need to address it also.

    I have a child theme and I’m using the Custom CSS Manager which seems to be more effective with the style changes than the fifteen-child style.css. My website URL is http://www.bestmenswatchesreviews.com
    I have made similar requests for other issues on this site and received much help which is greatly appreciated. Please excuse my repetition of the same information once again.
    Thanks in advance for your help!

Viewing 14 replies - 1 through 14 (of 14 total)
  • I have a contact us page with a Contact Us plug-in on it

    What contact form plugin are you using and how was it added to this page?

    Thread Starter OB

    (@reburton3941)

    Hi,
    I used Contact Us Form and I followed the instructions: “Simply insert [CONTACT-US-FORM] within any post or page.” I did precisely that. Thinking back on it now, the page I inserted it on was probably already positioned too high when I inserted the tag.

    Thread Starter OB

    (@reburton3941)

    Wow!

    [CONTACT-US-FORM] is called a shortcode and can be placed anywhere within a Post or Page. Have you tried simply moving it further down the page in the editor?

    Thread Starter OB

    (@reburton3941)

    No, but the problem is the position of the page itself. The other page I mentioned is exactly the same position.

    Can you link to the relevant page and try to explain in what way the page is poorly positioned?

    Thread Starter OB

    (@reburton3941)

    The disclaimer page is quite a bit higher on the background than the search box: http://www.bestmenswatchesreviews.com/disclaimer/

    Can you link to the relevant page?

    Thread Starter OB

    (@reburton3941)

    I’m sorry, I thought I already did that.

    Thread Starter OB

    (@reburton3941)

    I don’t know if it is significant but when I post my reply I can’t see my link on the post display so I’ll just print my URL without using the link button: http://www.bestmenswatchesreviews.com/disclaimer/

    Got it now. Your link was initially hidden (incorrectly posted). I’ve since corrected it.

    That “poor positioning” is actually the way in which this theme has been designed. In order to change this, you would need to start customising your theme’s CSS – possibly via a child theme or a custom CSS plugin.

    Thread Starter OB

    (@reburton3941)

    I’ve got both if you can help me with the how.

    If you want to drop that pink content box down just a little, try adding:

    .page #primary {
        margin-top: -3px;
    }

    to your child’s stylesheet or your custom CSS plugin.

    Thread Starter OB

    (@reburton3941)

    Well, I had to make it a positive 27, but that did it! Thank You, so much!

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Can I move contact us plug-in lower on the page.’ is closed to new replies.