Options

fix a block without hiding the smugsmug header customization

EtienneEtienne Registered Users Posts: 70 Big grins
edited July 19, 2016 in SmugMug Customization
Hi,

when I fix a HTML Block manually at the top position like this :

position:fixed;
top:0px;

the smugsmug header customization ( organize, customize ) is hidden.

Is it possible to fix a HTML block without hiding the smugsmug header customization : I do not want to use
the pinning mode of the header smug mug.

Thanks

Comments

  • Options
    photoclickphotoclick Registered Users Posts: 278 Major grins
    edited July 18, 2016
    use z-index... temporarily, if needed.
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited July 18, 2016
    Sounds like instead of top "0", it needs to be a top the height of the header. But only when logged in.
    Top = 0 when logged out.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    EtienneEtienne Registered Users Posts: 70 Big grins
    edited July 19, 2016
    Thanks,

    If I use Top=0 when logged out, it runs but it difficult to come back to customize the page because the smug mug header customization is hidden, it's the problem.
    I use the code in a Theme I can change on an other page, it's a solution, but perhaps there is an other.
  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,237 moderator
    edited July 19, 2016
    Etienne wrote: »
    If I use Top=0 when logged out, it runs but it difficult to come back to customize the page because the smug mug header customization is hidden, it's the problem.
    I use the code in a Theme I can change on an other page, it's a solution, but perhaps there is an other.
    If you're only using the code when logged out it shouldn't be a problem when you are logged in.

    You can login from www.smugmug.com instead of from your site.

    --- Denise
Sign In or Register to comment.