首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >我想调整我的段落在小屏幕上与谷歌广告横幅

我想调整我的段落在小屏幕上与谷歌广告横幅
EN

Stack Overflow用户
提问于 2018-06-02 15:28:24
回答 1查看 22关注 0票数 0

我正在尝试调整我的内容与谷歌横幅小屏幕。Example Image

有类名为parent-content的父div和名为ad3的banner div。

以下是我的screen max-600px代码

代码语言:javascript
运行
复制
    .parent-content
{
    position: relative;
    word-wrap: break-word;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    -webkit-hyphens:auto;
    hyphens:auto;
  }
  .ad3
{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    height:auto;
    width:100%;
  }

结果:My Result Image

期待听到解决方案。

提前感谢

EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/50654563

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档