简体   繁体   English

Wordpress 侧边菜单 HTML/CSS

[英]Wordpress Side Menu HTML/CSS

I am using Side Menu Lite plugin for below shown in picture buttons.我正在为下面显示的图片按钮使用 Side Menu Lite 插件。 I am worried about this in picture showing rectangle overlying other buttons and content.我担心图片中显示的矩形覆盖其他按钮和内容。 I am not able to press buttons below on slider because of this side menu.由于这个侧面菜单,我无法在 slider 上按下下面的按钮。

Here is image showing above text.这是显示上面文字的图像。

#buttonfloating {
line-height: 12px;
width: 300px;
position:relative;
 top:0;
 right:0;
 margin-top: 300px;
 top:0;

} }

I am worried if there is any safer way to make this button because it is not working properly.我担心是否有任何更安全的方法来制作此按钮,因为它无法正常工作。 Or what I am missing here in CSS so it doesn't take that much space.或者我在 CSS 中缺少的内容,因此不会占用太多空间。

here below is picture of this button and functions.下面是此按钮和功能的图片。 enter image description here在此处输入图像描述

Can you share the link to inspect the elements?你能分享检查元素的链接吗? You can't click on the slider arrow because of the z-index property of the menu.由于菜单的 z-index 属性,您无法单击 slider 箭头。 The div element is going above the slider (otherwise the menu would not be visibile since it would stay under the slider). div 元素位于 slider 上方(否则菜单将不可见,因为它会停留在滑块下方)。 Maybe you could reduce that div size and change the position of its elements, but further investigation is a must here.也许您可以减小该 div 大小并更改其元素的 position,但这里必须进一步调查。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM