Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi,sorry to post in this resolved thread. My coding is rubbish. I’m trying to create a fixed header that stays on the page no matter how much the viewer scrolls down. I’ve created a child theme and uploaded it via FTP to the theme folder in wp-content as mentioned. I am using evolution theme and this is what i pasted into styles.css:

    /*
    Theme Name: Evolution Child Theme
    Author: Self-Help WordPress User
    Template: Evolution
    */

    @import url(“../Evolution/style.css”);

    /* Start child theme CSS here */

    #header {
    position: fixed;
    top: 0;
    background: rgb(255, 255, 255); /* The Fallback */
    background: rgba(255, 255, 255, 1);
    z-index: 10;
    height: 300px;
    width: 770px;
    }
    #content-box {
    margin-top: 300px;

    Doesnt seem to work and i;m not sure why…Can anyone please help me?…my website is https://www.arbingersoutheastasia.com

Viewing 1 replies (of 1 total)