最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

woocommerce offtopic - Product overlapping header

programmeradmin1浏览0评论

I've never seen this before, but my product pages started overlapping my header. Just product pages. This began while I was adding a page with elementor (an exact replica of another page) and adding a product (a duplicate of another product). Nothing different. Nothing in any code editors. I don't usually use elementor (prefer classic text editor) but I haven't had issues when I've used it before.

I added padding to my site in custom CSS, but that causes all regular pages to have padding above the header.

I've never seen this before, but my product pages started overlapping my header. Just product pages. This began while I was adding a page with elementor (an exact replica of another page) and adding a product (a duplicate of another product). Nothing different. Nothing in any code editors. I don't usually use elementor (prefer classic text editor) but I haven't had issues when I've used it before.

I added padding to my site in custom CSS, but that causes all regular pages to have padding above the header.

Share Improve this question edited Sep 11, 2019 at 23:14 fuxia 107k39 gold badges255 silver badges459 bronze badges asked Sep 11, 2019 at 22:42 Courtney WiemannCourtney Wiemann 1
Add a comment  | 

1 Answer 1

Reset to default 0

Wordpress creates a unique class in body for each page check below for screenshot

If you want to add css for a particular page without changing anything in your regular pages you can add like this

.uniqueclass header{
  padding:50px
  }
发布评论

评论列表(0)

  1. 暂无评论