Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #599638

    Hi

    I would like to align a special heading to the bottom of a colour section so the heading remains in the same position and is always visible as the screen size changes.

    Any ideas?

    Many thanks

    #599676

    Hey riskagency!

    Can you please post the link to your page?

    Best regards,
    Yigit

    #599753

    Hi,

    Sorry Its currently off line – can I explain more?

    Thanks

    #600121

    Hi,

    It’s very difficult to help you if we can’t actually inspect the element in the browser, would it be possible for you to upload it to a live server maybe?

    Regards,
    Rikard

    #600129

    Hi!

    Like Rikard said we cannot provide accurate solution till we inspect the element but you can try this

    Enable custom class name support and add a custom class name “always_bottom” to the special heading.

    Add this css in Enfold > General Styling > Quick CSS

    .always_bottom {
         position:absolute;
         bottom:0;
    }
    

    Regards,
    Vinay Kashyap

    #602746

    Hi there

    I’ve tried the above instructions and unfortunately they haven’t worked. My site however is now live (www.riskagency.org).

    Would you be able to please give me another suggestion?

    Thanks

    #603436

    Hey!

    It seems like you figured it out already? :)

    Regards,
    Yigit

    #604371

    Hi thanks Yigit,

    However what you see now is temporary solution where I’ve used a separator to set the distance the heading is from the top of the colour section.

    What I would like to do is set the distance the header is from the bottom of the colour section at all times, so when the website is opened in different sized windows the heading text is always visible. Is this possible?

    Thanks
    H

    #604917

    Hey!

    I want to visit the site but I got an Internal Server Error. Please check with your hosting provider.

    Regarding the issue at hand, try to add a unique id in the color section’s Section ID field, use “custom-section” for example and then add something like this in the Quick CSS field:

    #custom-section .container .content {
        vertical-align: bottom;
    }

    Cheers!
    Ismael

    #605553

    Hi thanks,

    The website should work now

    I’ve applied the above coding on the home page but when the separator (which currently keeps the heading in its current position) is removed, the header returns to the centre of the colour section.

    Any ideas?

    Cheers

    #606158

    Hey!

    hm? no idea what you mean. I can’t see any issues when opening your website. Can you highlight using screenshots please?

    Best regards,
    Andy

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.