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

css - How to change specific menu tab from left to right in My Home Theme?

programmeradmin0浏览0评论

may i know is there any css that i can use it to change the specific menu tab from left to right? i would like to change the language tab and profile tab (with it sub menu) from left to right. And the theme that i had use for my wordpress is MyHomeTheme.

may i know is there any css that i can use it to change the specific menu tab from left to right? i would like to change the language tab and profile tab (with it sub menu) from left to right. And the theme that i had use for my wordpress is MyHomeTheme.

Share Improve this question edited Jul 10, 2019 at 7:48 Max Yudin 6,3882 gold badges26 silver badges36 bronze badges asked Jul 10, 2019 at 3:05 user171591user171591 1 3
  • Login into your dashboard, got to Appearance>>Menu select the menu that has these menu links and switch positions. – Faham Shaikh Commented Jul 10, 2019 at 4:44
  • i had try. But it only move the position for the tab (e.g. the first tab change to the second tab) and not tht can be move the tab from left side to right side. – user171591 Commented Jul 10, 2019 at 5:47
  • Are you referring to down caret shown for the item with sub-menu? – Faham Shaikh Commented Jul 10, 2019 at 9:03
Add a comment  | 

1 Answer 1

Reset to default 0

take reference of two classes and apply css e.g you have menu in li as:

<li class="menu-item-24011">
<span class="menu-text">profile</span>
</li>

then add this css:

.menu-item-24011 .menu-text {
padding-left: 50%;//change as per your req

}

发布评论

评论列表(0)

  1. 暂无评论