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

    Hi everyone,

    I am using Ditty News Plugin inside a Codebox, but now i can’t resize the box, because Enfold seems to overwrite Ditty’s features. I would like the Code Box to use the whole site width and to reduce its height. Or is there any other solution?

    Codebox

    I hope you can help me. Thanks in advance.

    #446490

    Hi haddahardy!

    Our support for third party plugins is limited but provide us with a link to the site in question so that we can take a closer look, maybe there’s a quick fix for it.

    Regards,
    Rikard

    #446579
    This reply has been marked as private.
    #446587

    Hey!

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

    .page-id-1117 #av_section_1 {
      min-height: 32px;
    }
    .page-id-1117 #av_section_1 .content {
      padding: 0;
    }
    .page-id-1117 #av_section_1 .container {
      max-width: 100%;
      padding: 0;
    }

    Cheers!
    Yigit

    #446628

    Thank you very much :)

    #446643

    Hi!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Resize Code Box’ is closed to new replies.