Hello!
I wonder if this is possible to do in the graphene theme.. take a look at budapest.se
I would like to make header, navigation bar, and the widget to the right..
Is this possible?
Fetching latest tweet ...
Hello!
I wonder if this is possible to do in the graphene theme.. take a look at budapest.se
I would like to make header, navigation bar, and the widget to the right..
Is this possible?
You can achieve something like that with the header widget and some custom CSS. See this post:
Be sure to check w3schools.com for more information about basic CSS.
I looked at that post and tries your suggestion
.header-widget {
position:fixed;
top:10px;
left:10px;
}
But nothing happens, the header widget is still to the left.. I tried to change it ro right:10px;
Are you refreshing your browser cache?
Put code in between backtick (`) characters. It's usually located above the Tab key on your keyboard.
Yes i was refreshing my browser cache,
How should the code look like to work?
.header-widget {
position:fixed;
top:10px;
left:10px;
}
Like that?
Put your code between backticks. Single quote is not a backtick character.
Im not sure what character the backtick is and how do get it at my keyboard.. Could you put the code in backticks for me so I can copy? Please, thank you!
Just select your code and click code button above the text editor. It will wrap the code in backticks.
Thanks :)
This topic has been closed to new replies.