Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #393616

    http://borstch.eu/aptare3/

    How do I achieve this?

    #393664

    Hi crewneck!

    Thank you for coming back.

    Due to some reason the hr element is set to a height of 2500px causing this white area.

    Use the following and adjust the value:

    
    .home #main .entry-content-wrapper div.hr {
        height: 5px !important;
    }
    

    To center the headling text use:

    
    .home .entry-content-wrapper .avia_textblock h1 {
        text-align: center !important;
    }
    

    Cheers!
    Günter

    #393672

    Thanks. But that centers all H1 content on the whole page. I only want to center content in the footer.

    #393679

    Hi!

    Please use following code instead

    #footer h1 {
        text-align: center !important;
    }

    Regards,
    Yigit

    #393681

    Strange. Doesn’t seem to do anything. I’ve simply put a text widget in the footer. Should work.

    Any ideas?

    #393682

    Also I still cant get rid of the white area under the red area? The red area is a tiled background image.

    #393687

    The footer was set to h3. Sorry. This worked

    #footer h3 {
    text-align: center !important;
    }

    #393688

    But still want to center the text vertically inside the red area

    Who do I do this?

    #394065

    Hi!

    You can adjust the vertical position using this:

    #footer h3 {
    text-align: center !important;
    letter-spacing: 0px !important;
    top: 2px;
    position: relative;
    }

    Adjust the top position.

    Best regards,
    Ismael

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