How to place block next to logo in the header?
Permalink
Hi,
Is there a way to incorporate on the top of the website, in the same section where the logo is, a slide show image banner where advertisements or images can be disclosed? The logo was put there via html or php.
Finally but not less important, is there a way to create new blocks where I want in the page, it would be easier in such a task?
I found codes but they add placeholder under the logo, could I place the blog next to it!
Thank you!
Is there a way to incorporate on the top of the website, in the same section where the logo is, a slide show image banner where advertisements or images can be disclosed? The logo was put there via html or php.
Finally but not less important, is there a way to create new blocks where I want in the page, it would be easier in such a task?
I found codes but they add placeholder under the logo, could I place the blog next to it!
Thank you!
I like what you've done with your site. You should think about adding rounded corners to the title tags so the black boxes match the grey boxes underneath. just throw this line of code into the h1 and h2 classes:
As for what you are shooting for in the header - you will need to create a div class that is either absolutely positioned or is using negative margins to get it up there.
good luck