确定 element.style 的位置

发布于 2024-10-24 22:35:38 字数 491 浏览 1 评论 0原文

我正在为朋友开发一个网站,使用的是 WordPress。它位于revere glass。我已经安装了 NextGen gallery,并尝试通过代码修改幻灯片的大小,因为插件编辑器似乎无法正常工作。

当我使用 firebug 检查布局时,我看到:

img src="http://revereglass.seeimpactdesign.com/wp-content/gallery/revere/big-instructor.jpg" style="height: 300px; width: 400px; position: relative; top: 0px; left: 0px; "

该类是 .galleryview。我尝试编辑 .js 文件和 galleryview.css,但无法让滑块更改尺寸。

任何帮助将不胜感激!

I am working on a website for a friend, using wordpress. It is located at revere glass. I have installed the NextGen gallery, and am attempting to modify the size of the slideshow via the code, as the plugin editor does not seem to work properly.

When I use firebug to examine the layout, I see:

img src="http://revereglass.seeimpactdesign.com/wp-content/gallery/revere/big-instructor.jpg" style="height: 300px; width: 400px; position: relative; top: 0px; left: 0px; "

The class is .galleryview. I have attempted to edit the .js files, and galleryview.css, but I can't get the slider to change dimensions.

Any help would be greatly appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

屌丝范 2024-10-31 22:35:38

检查您的标记。确保没有内联样式。您还可以尝试:

.galleryview {
     width: your-width-here !important;
}

Check your markup. Make sure there are no inline styles. You can also try:

.galleryview {
     width: your-width-here !important;
}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文