Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #295559

    Hi!

    I’m trying to find the info on the forums, but nothing really works specially for my case…

    Do somebody knows how i could change the height of the div (or wrapper or container or something) that is created around my special heading (above and beneath) when i create it? It’s too tall for me. I’d like something around 50px of height.

    And if you could also explain me how i can force different heights for different responsive states (window sizes), it would be perfect.

    Thanks a lot for your help.

    V

    #295562

    Hey vuzzbuzz!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .page-id-11 .content {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Cheers!
    Yigit

    #295603

    Yeah! Thanks Yigit!

    It looks great on a desktop screen (from 740px) but under this screen size there’s some extra padding-bottom i think…

    And, most of all, this change is applied to all my headings in the page. Is it possible to specify only one heading (the first one with the text “Systèmes & Documents”).

    Thanks again and congrats for this speedy support!

    V

    #295606

    Hi!

    Can you please place your title inside a Color section element with an unique ID please? ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png )
    Then we can edit the code so it would be applied only on “Systèmes & Documents” title :)

    Cheers!
    Yigit

    #295617

    Yop done!
    Excellent idea!
    I called it “baseline”…

    #295618

    Hi!

    Now please add following code to Quick CSS

    #baseline {
    height: 42px;
    min-height: 42px;
    }

    Best regards,
    Yigit

    #295619

    Yeah! It seems to work well!
    Thanks a lot Yigit!
    Cheers.

    V

    #295622

    Hey!

    You are welcome V! Glad we could help :)
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Special heading wrapper height’ is closed to new replies.