Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

Help with formatting in Wordpress Website

Oct 15, 2013 7:31PM PDT

I own an eCommerce company and I have a website.
I am not the best web developer and have used a theme by elegant themes that integrates nicely with woocommerce.

I was wondering what the best way would be to remove the gap at the top just under my menu?
Here' s link to an example page: Tablet PC

I was wondering if anyone knows of a good guide to customizing wordpress themes that I could maybe look at?

Thanks for the help in advance.
Ryan

Discussion is locked

- Collapse -
Lay-out changes ...
Oct 15, 2013 7:45PM PDT

are usually done in CSS. Maybe hire an experienced webdeveloper to help you?

Kees

- Collapse -
On the div
Oct 25, 2013 12:53PM PDT

#header there is a class called "margin-bottom", which creates some of that space. Just remove the class in the template.

#page-meta has a class called "margin-top," which creates the rest of that space.

~Sovereign