【问题标题】:How to center Prestashop elements如何使 Prestashop 元素居中
【发布时间】:2021-02-09 17:38:06
【问题描述】:

我对我的 Prestashop 网站的一部分进行了个性化设置,但我不知道我可以用什么来使这个元素居中:

Image

CSS:

  .active, .accordion:hover {
    background-color: #ccc; 
  }

  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    margin:  25px 25px 25px 25px;
    display: none;
    background-color: white;
    overflow: hidden;
  }

【问题讨论】:

    标签: css prestashop accordion center


    【解决方案1】:

    如果你想让容器内的单词居中,属性 css text-align

    如果您想要更好的答案以及您尝试了什么,您也必须包含 html。

    例如,这些元素使用 css 居中,text-align:center;

    【讨论】:

    • Désolé de ne pas avoir répondu plus tôt, merci de votre réponse ^^
    猜你喜欢
    • 2021-06-11
    • 2012-09-30
    • 2011-06-13
    • 2016-04-29
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多