Hi,
I would like to put my logo as like below site.
This logo locates above header and is hung on header.
If possible, please let me know how to do.
Regards,
Hojoon
Hi,
Yes, its possible.
In order for us to help you, please include a URL to the particular page where you are experiencing this problem. Since each page can be created in a number of different ways , and due to many updates, it is simply not possible to provide you with a meaningful solution without first seeing the page with the live code. A screen capture will not help. What you can do is hide the url to your site by using the http://www.goo.gl url shortner.
Thanks,
Nick
Hi,
Thanks a lot for your reply.
In addition, can I make header per each menu?
I would like to make my site for multi-brand.
When user click main brand menu, I want to show different header from landing page.
Thanks & regards,
Hojoon
Hi,
You can use Google chrome then click “Inspect Element”. Look for the page body css selector.
This page has the id .page-id-2251. You can use it to target that page’s header or any other elements within the page.
.page-id-2251 #header_main {
background: red;
}
Regards,
Ismael
Thank you so much~
I will try…
Ragards,
Hojoon
Dear Ismael
I would like to use streched layout at below beside body;
Header
Fullwidth slider
Fullscreen slider
Footer
Socket
as like http://www.fatboy.com
Would you mind let me know custom css code?
Thanks & regards,
Hojoon
Hi Hojoon,
You’ll need to do more than what we can assist with to get that layout. I would recommend looking into a freelance developer who can make the needed css changes and customizations while still keeping everything cross browser compatible and responsive.
Regards,
Devin