热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

无法将Bootstrap列设置为StackHorizo​​ntal-CannotgetBootstrapColumntoStackHorizontal

IamprobablynotusingcolumnsverywelloroverdoingthisbutIwantmyadtoshowtotherightof

I am probably not using columns very well or overdoing this but I want my ad to show to the right of the video container / column.

我可能没有很好地使用列或过度使用列,但我希望我的广告显示在视频容器/列的右侧。

I also don't know if I should be breaking the title out into its own row and then put the video and ad in its own row with maybe 2 columns?, and finally the last add that is horizontal in its own row and column. Or if I should just be working with divs inside ONE row, several bootstrap columns.

我也不知道我是否应该将标题分成自己的行,然后将视频和广告放在自己的行中,可能有2列?,最后是最后一个在自己的行和列中添加水平的行。或者,如果我应该只使用一行内的div,几个bootstrap列。

Here is how it looks and an arrow pointing to where I want the first ad container to live:

以下是它的外观和箭头指向我想要第一个广告容器的位置:

enter image description here The code:

<%= string.Format( "#{0} - {1}", ViewData.Model.EpisodeNumber, ViewData.Model.EpisodeName ) %>

1 个解决方案

#1


used Bootstraps Responsive Video Embed Component and Grid Layout.

使用Bootstraps响应式视频嵌入组件和网格布局。

.one {
  background-color: blue !important;
}
.two {
  background-color: pink !important;
}



          
          
          
        

I know that is not an embedded video but nevertheless i have used it on the video element.

我知道这不是嵌入式视频,但我在视频元素上使用过它。


推荐阅读
author-avatar
r_elease靜
这个家伙很懒,什么也没留下!
Tags | 热门标签
RankList | 热门文章
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有