Hi Emilia, I’m not quite sure what you mean by “control panel” – do you mean you’d like to keep the top widget area open at all times – the area that becomes visible when you click this icon?
http://cl.ly/image/3K0k3s0D1A16
Hi Kathryn,
Thank you for your prompt response. No I don’t want the entire area to be visible, just the icon you pointed out (from which the area can be opened). I hope it will be possible.
Thank you for your help,
emilia
Hi Emilia, that icon should always be visible unless you’ve modified the theme otherwise.
Did you mean that you wanted to keep the black bar at the top fixed as you scroll the page?
The CSS code to fix an element is position: fixed; and the black bar has the ID #triggers-wrapper so you can try starting with something like this:
#triggers-wrapper {
position: fixed;
}
You’d need to experiment with the rest of the positioning to make any other layout adjustments.
Hi Kathryn,
Thank you very much, keep the black bar at the top fixed while scrolling the page is exactly what I mean! I will try to do it following your instructions.
Thank you for your help and I hope I will not bother you anymore.
Ciao, emilia