• Resolved middman

    (@middman)


    Is it possible to have both the logo and the menu bar go right across page? The logo would be above the menu with the logo being left justified and the menu being right justified. The response to an earlier query seems to imply both the logo and the top menu share the same horizontal space.

    I love the flexibility of this theme, but will probably have to look elsewhere if this can’t be done easily. My site is definitely still in draft, but it can be found here.

Viewing 6 replies - 1 through 6 (of 6 total)
  • File header.php, line 66:
    <nav id=”site-navigation” class=”main-navigation span8″ role=”navigation” <!–style=”margin-top:<?php echo get_theme_mod( ‘menumargin’, ’30px’ ); ?>”–> >

    File menus.css, clear margin-top:

    .main-navigation {
    	margin-top: 30px;
    	text-align: center;
    	list-style:none;
    }

    Solution here, if I understand you correctly.

    Hi Middman…correct, both the logo and the menu share the same container wrapper. Unfortunately, to move the menu down below and to the left, would require modifying the theme’s header.php file. But to do that, you would also need to know how that is done because you will also have to modify the CSS as well.

    Even my pro version of this theme is the same, although my latest themes now have the second menu location option as you are wanting, the plan is to do this also with Celestial.

    Thread Starter middman

    (@middman)

    Hi StyledThemes, Thanks for the prompt reply (and thanks also to sv9t). Do you have any kind of timescale for making this change to Celestial? Is your plan to do this in the next few days, or will it be weeks or months away?

    Changes to header.php and CSS are way beyond my ability, but it might be worth me “making do” with the theme as it is if the change isn’t too far away. I’d happily pay for the theme to get this amendment sooner.

    Many thanks

    I just finished my latest theme and now my focus will be doing some updates to my Lite themes and a couple of my previous pro themes as well. So as for timeline, I would say I will have my theme updates done in the next 4 weeks.

    If you do not want to wait, I could do this as a custom job. Because this would be payable, best to contact me from my website because this forum and site of www.remarpro.com is strictly for the free themes (such as my Celestial Lite)

    Hi all!

    I am also the user of Celestial lite. I have a question that might be in the same topic as this.

    How to change the header logo size? I think it is so big. I’ve tried to change it by changing CSS, but it didnt work at all.

    Thank you

    @bangkoor The logo is based on how big you make your logo image, as well, the container is a certain size by default and adjusts as the window resizes. If you want your logo to be smaller, you would need to make your logo smaller before uploading it.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Logo and menu length’ is closed to new replies.