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

    hi – I’ve looked through the forum and have not seen a solution.
    I want the bottom of the Special Heading H1 text to touch the bottom of the Color Section. Do you have any ideas about how I might accomplish this? We want to do this on ever page except the homepage. They all have the same header format.
    I’ve attached a screenshot with an illustrated explanation.
    Thank you!

    #651808

    Hey doug123,

    1. Enable custom class name support and add the class name ‘heading-bottom’ to the special heading you like to move to the bottom. http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    2. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    adjust the bottom value to suit your design.

    .heading-bottom {
        position: absolute;
        bottom: -139px;
    }
    @media only screen and (max-width: 767px){
    	.heading-bottom {
        position: absolute;
        bottom: -181px;
    }
    }
    

    Best regards,
    Vinay

    #651830

    Thank you! I must be doing something wrong – the title just disappeared. would you be so kind and examine it?

    • This reply was modified 8 years, 5 months ago by doug123.
    #651939

    Hi Doug,

    The text should appear now. Please look on your site and see if it is to your liking. You can simply go to the code and adjust the value for the “bottom” attribute.

    Let me know if you need further assistance.

    Best regards,
    Jordan

    #651943

    Perfect! Thank you Jordan! The custom class name support is a very powerful addition to the theme.

    • This reply was modified 8 years, 5 months ago by doug123.
    #651966

    Hi,

    You’re welcome Doug! Thanks as well for your kind words and good to know you love the theme and it’s features :)

    Best regards,
    Jordan

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Place Special Heading text at bottom of Color Section’ is closed to new replies.