Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #233905
    andliowoo
    Participant

    I’m trying to modify shutter pro.

    Please could you advise of custom css code to allow the page title to appear at the bottom of the header image rather than half way up.

    Thanks
    Andrew

    My site is …… http://secure.dls-jersey.co.uk

    I need it to look more like this….. http://dlsjmvc.tiarc-staging.co.uk

    #233987
    Skandha
    Participant

    @andliowoo: Hello Andrew,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header-content {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .custom-header-content .section-title {
        position: absolute;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hello’ is closed to new replies.