Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #66622
    flp2001
    Participant

    Good morning,
    first of all thank you for your support-forum – I think you are doing a great job here. Some days ago I put in a padding as described to the top of the page as described in this forum, and it works fine. Now is there a way to place my logo and page title above the menu-bar? Right now I am using the promotion headline for the name of the page but this is not the most elegant way I guess:) Or do you have another idea how to place the logo in a good and visible way?
    Thank you very much!
    Philip

    #66623
    flp2001
    Participant

    Actually the page I am talking about is http://www.frenchchamberphilharmonic.com

    #66625
    Sakin
    Keymaster

    @flp2001: Try adding following css in “Appearance => Customize => Theme Options => Custom CSS” box:

    #masthead {
        background: transparent none;
        border-bottom: none;
    }
    #masthead {
        display: block;
        opacity: 1 !important;
    }
    #66628
    flp2001
    Participant

    Good try, but like this the logo would be in the middle of the slider-picture. Is it possible to put it on the top of the page?

    #66630
    Sakin
    Keymaster

    @flp2001: for top of the page, you have small logo icon image.

    #66631
    flp2001
    Participant

    Exactly. But it is very small. How did they manage to do like on this page:http://laurapiofotografia.com.br ?

    #66633
    Sakin
    Keymaster

    @flp2001: They are using Full Frame Pro version where you have option to disable header toggle from “Appearance => Customize => Theme Options => Fixed Header Top Options”. Then added the following css:

    #site-branding,
    #site-header {
        text-align: center;
        width: 100%;
    }
    #site-logo {
        display: block;
        float: none;
        margin: 0 auto;
    }

    But you are using free version.

    #66634
    flp2001
    Participant

    So do you have any other proposition for my design-problem to have the logo larger than now? Could we f.e. let the slider start below the masthead?

    #66664
    Sakin
    Keymaster

    @flp2001: Can you add screenshot showing what you want. Then I can check in. I am bit confused as fixed hearer logo is same in your reference site as well. the the logo is also about similar size.

    #66671
    flp2001
    Participant

    /Users/philipvanburen/Desktop/Bildschirmfoto 2015-09-10 um 20.34.53.png

    Dear Sakin, I am sorry confusing you with my english. I am looking for a way to get the Page title and the logo above the menu-bar (Startseite, Orchester and so on). In this case I would of course delete the logo from where it is right now. Is there sth possible?

    #66796
    Sakin
    Keymaster

    @flp2001: Sorry that is not possible as that menu is fixed header top menu. You cannot add logo above that. If you want log above menu, then try using Catch Responsive or Catch Flames theme.

    #66797
    flp2001
    Participant

    Thank you so far for your help!

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Logo position’ is closed to new replies.