【问题标题】:in drupal not able to over ride the css in page.tpl在drupal中无法覆盖page.tpl中的css
【发布时间】:2011-12-30 12:00:59
【问题描述】:

在节点视图 (page.tpl) 中过度骑行时卡住

sample content

在此页面中,尝试对齐标签 txt_image1_desc: in the left and content should align right " my image desc need to align "

我尝试在 page.tpl 中使用 css 东西,但没有对齐,

如何覆盖 page.tpl

【问题讨论】:

    标签: drupal drupal-6 drupal-theming


    【解决方案1】:

    将此添加到您的 CSS 文件中:

    .field-label {
      float:left;
    }
    

    应该像这样呈现输出:txt_image1_desc: my image desc need to align

    【讨论】:

      猜你喜欢
      • 2012-04-14
      • 2012-04-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-04-19
      • 2015-03-15
      相关资源
      最近更新 更多