static header ?

Hello,

I’m thinking about using Illdy theme for my website.
I want a one-page site with scrolling navigation (that’s ok with Illdy), but I absolutely want my header staying static in top of page to always see the menu (everywhere you are in the page).
Is it possible with Illdy ?

I’m also wondering if the “service” widgets are SEO optimized and referenced by google’s robots ?

(sorry for approximative english !)
Thanks for answer,

Barmou

Hello Barmou,

First of all, thank you for the interest in our theme!

You should be able to achieve a fixed header via CSS styling, something like this:

#header .top-header {
    position: fixed;
    background: black;
    padding: 20px;
}

As for the services widgets, they are definitely SEO optimized as it’s just plain text that will get indexed by google robots.

Let me know if there’s anything else I can clear out for you.

Regards

Thanks for answering.
Another question before installation : can I put a secured member’s area with your theme (or add a plugin as WishList Member for example) ?

Have a nice day

Hi Barmou,

There should be no problem with that plugin, our theme is made to be used with all plugins.

thank you,

CristiaN