Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #27621

    Hi,

    I would like to put my logo as like below site.

    http://www.fatboy.com

    This logo locates above header and is hung on header.

    If possible, please let me know how to do.

    Regards,

    Hojoon

    #134691

    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

    #134692

    Hi,

    Thanks a lot for your reply.

    http://goo.gl/BkTLdv

    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

    #134693

    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

    #134694

    Thank you so much~

    I will try…

    Ragards,

    Hojoon

    #134695

    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

    #134696

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘logo position in header’ is closed to new replies.