Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #366626

    I have a problem with enfold.
    When I restrict the window page, the newsletter subscription webform is cut.
    How can I to fix?
    Screenshot

    #366725

    Hi Francesco!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    #WFItem8032402 .wf-body li { width: 57%!important; }}

    Best regards,
    Yigit

    #367184

    thanks, I’ve done the change but the problem remains :(

    #367222

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 990px) {
    .actTinyMceElBodyContent, .actTinyMceElBodyContent * {
    width: 50%!important;
    display: block;
    height: 40px!important;
    }}

    Please note that this is not a theme related issue

    Regards,
    Yigit

    #367579

    Thank you for your help

    #367876

    Hi!

    you’re welcome. Let us know if you need some more help. We are happy to assist you.

    Best regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘To define the width of the responsive layout’ is closed to new replies.