1 (edited by vidovi33 11-03-2012 UTC 16:07:43)

Topic: Editing the responsive theme

Hello,
I would like to change the menubar to this (see image)and would like to move the logo to the left; next to the menu bar.
http://i.imgur.com/fkpcI.png

And I'd like to change the grey border around the 'Hello wereld' part to white.
And can I change the call to action button to green? like the logo color?
And one more question: how do I change the background color in white?

Many questions sorry but I'm not that good in editing the css. And I don't wanna mess things up :S

Thanks in advance!

Re: Editing the responsive theme

And is it possible to give the home widgets borders different colors?
So home widget 1 with a yellow border and home widget 2 with a blue border?

I hope anyone can help me:D
Thanks!

Re: Editing the responsive theme

Hi,

For the menu you can do several things:

.menu { 
    float: right;
    margin-top: -45px;
}

and widget wrapper is also easy. Locate your text-id and style that:

#text-13 {
    border-color: blue;
}

Right click, view source and look for e.g.

http://i.imgur.com/5veEO.png

Thanks,
Emil


vidovi33 wrote:

And is it possible to give the home widgets borders different colors?
So home widget 1 with a yellow border and home widget 2 with a blue border?

I hope anyone can help me:D
Thanks!

4 (edited by vidovi33 11-03-2012 UTC 20:09:54)

Re: Editing the responsive theme

Thanks for the fast response Emil!
You're great!

I fixed a lot of things myself already.
But I couldn't figure out the menu bar.
Thanks!

The only question I have is: Can I make the width of the top logo broader? Right now it's about 330px I think.