Home Forums WoodMart support forum Выравнивание почтовой рассылки

Выравнивание почтовой рассылки

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #151491

    ipad48984898ipad
    Participant

    Привет, у меня вопрос, как сделать выделенную часть ровно ? (фото 1)
    и ещё один вопрос, как сделать условие для подписки (как на фото 2) почему-то настройки mailchimp не применяютмя.

    Attachments:
    You must be logged in to view attached files.
    #151563

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to reset MailChimp styles and then all your additional forms and labels will be visible.

    body .mc4wp-form label {
    	display: inherit;
    }
    
    body .mc4wp-form>div {
    justify-content: flex-start;
    }
    
    body .mc4wp-form > div, 
    body .mc4wp-form > div > p {
    	margin-left: 0;
    	margin-right: 0;
    	width: 100%;
    }
    
    body .mc4wp-form {
    	text-align: left;
    }

    Best Regards

    #151948

    ipad48984898ipad
    Participant

    Спасибо. всё работает.
    скажите, этот код не влияет на скорость загрузки сайта ? если влияет на скорость, то как это можно исправить ?

    #152025

    Artem Temos
    Keymaster

    No, this CSS code will not harm your website performance at all.

    #152480

    ipad48984898ipad
    Participant

    Спасибо за ответ!

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Выравнивание почтовой рассылки’ is closed to new replies.