+ Reply to Thread
Results 1 to 2 of 2

Thread: Fixed header for general rainbow template?

  1. #1

    Fixed header for general rainbow template?

    Dear Flynax Dev,

    Is there anyway I can make the header of general rainbow template fixed on top like the general wide template?

    Thank you in advance

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Hello,

    The fact is that the header from the wide template is dynamic with additional styles and animation

    but you can apply this style to make it fixed:

    header.page-header > div.point1 {
    position: fixed;
    z-index: 1000;
    }
    Last edited by Rudi; January 9, 2024 at 12:25 PM.

+ Reply to Thread