标签: css wordpress visual-composer
我需要帮助在WP Visual Composer中修复行位置,或者更好地通过css将其固定在固定标题下方。我明白了
.call_to1 {position: fixed}
无效。
任何帮助?
答案 0 :(得分:0)
您可能需要使用!important进行快速修复。
.call_to1 {position: fixed !important}