猿问

如何使图像位于模板范围之外?

我从 Themeforest 购买了一个 HTML 主题:

http://demo.themesurf.com/plumbing/

我对此非常满意,但我想让左上角的徽标更大并位于<div>. 有点像这样:

https://plumbersinsandiego.com

我该如何修改该custom.css文件才能实现这一点?


喵喵时光机
浏览 93回答 2
2回答

慕桂英3389331

在 CSS 中使用top将设置徽标的位置。像这样:.navbar-brand {&nbsp; &nbsp;position: absolute;&nbsp; &nbsp;top: 100px;&nbsp; &nbsp;z-index: 2; // Don't forgot to put it on the top!}

翻过高山走不出你

在“navbar-brand”类中,您可以设置以下 CSS 属性:position: absolute;top: 4rem;z-index: 999;
随时随地看视频慕课网APP

相关分类

Html5
我要回答