Warning: The magic method Vc_Manager::__wakeup() must have public visibility in /www/wwwroot/tuvungtiengphap.com/wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php on line 203
- Từ Vựng Tiếng Pháp

Community Forum

Allezy
Keymaster
# 4 years, 3 months ago

Found small CSS code creating an issue.

.printinlinedoc {
    float: right;
    padding-right: 15px;
}

the correct code must be

.printinlinedoc {
    float: right;
    padding-right: 0px;
}