Header and Footer Issue

Home Forums Astir WordPress Theme Header and Footer Issue

This topic contains 1 reply, has 2 voices, and was last updated by  ab-themes 8 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16327

    suci.go
    Participant

    Hi,

    Sorry for keep asking, but I am really new in wordpress and I thought this theme will make everything easier for me, but some problems keep show up.

    Header: I want a fix header, not the sticky one. I have tried go to Appearance > Customize > Header, and uncheck the sticky header option but nothing happened. The header still sticky.

    Footer: I want to use footer option 1, but even though I’ve selected the preview hundred times, no footer shows up. Only word “copyright Otakiri”, please see screenshot attached.

    Hope you can help me fix this issues.

    Thanks!

    #16350

    ab-themes
    Keymaster

    Hi there,

    for sticky header you need to open your style.css file
    (you can find it here \wp-content\themes\astir\style.css or through WordPress editor)

    on line 1712 you have this code:

    #astir_main_header.header_layout_left {
        background: #f6f6f6;
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 31px;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms;
    }

    Change position: fixed; to position: absolute;.

    Regarding to footer, we see that you solved the problem :)

    Cheers

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Header and Footer Issue’ is closed to new replies.