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

theme development - Part of Menu Item Hidden on Header Menu

programmeradmin2浏览0评论

My business site is built on WordPress and I am using the "Shifters Lite" WP theme right now.

My issue is:

One of my primary menu item (designed as per my web-pages) is getting hidden on the Header part. The page in concern is - Sitemap.

For better understanding, you can view my site here: /

As clearly visible, the last letter of the word "Sitemap" is getting hidden automatically.

I tried multiple CSS codes, but none of them worked in my favor. So, thought of asking the experts here.

Any help in this regards would be much appreciated.

Thank you!

My business site is built on WordPress and I am using the "Shifters Lite" WP theme right now.

My issue is:

One of my primary menu item (designed as per my web-pages) is getting hidden on the Header part. The page in concern is - Sitemap.

For better understanding, you can view my site here: http://aadhyaexim/

As clearly visible, the last letter of the word "Sitemap" is getting hidden automatically.

I tried multiple CSS codes, but none of them worked in my favor. So, thought of asking the experts here.

Any help in this regards would be much appreciated.

Thank you!

Share Improve this question edited Feb 21, 2020 at 20:37 fuxia 107k39 gold badges255 silver badges459 bronze badges asked Feb 20, 2020 at 23:14 Manu MathurManu Mathur 1135 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 2

It's because you're skewing the parent container with CSS transforms. You can see in this screen capture of developer tools that the parent cuts off the content on the second row.

Try this:

.menu-primary-menu-container{margin-right:10px;}

You'll see that fixes it, so you just play around with those settings and get it exactly how you want it.

Here's what happens when I add that rule in the developer tools:

发布评论

评论列表(0)

  1. 暂无评论