Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #29034

    I would like to place the logo on top centered, and the menu below the logo also centered,

    hope you can help!

    #139504

    Hi,

    Could you please send us a link to your website so we can see which header type you are using

    Regards,

    Yigit

    #139505

    of course, is http://www.gryp.mx/wp

    #139506

    I also want to put the line below the header right below the ticker i implemented.

    Thanks!

    #139507

    Hi,

    Please add this code to custom.css file or in Quick CSS in Enfold theme options page under Styling

    .container .wrap { border-bottom: solid 1px black; padding-bottom: 5px; }

    div.container { height: 270px; }

    div.main_menu { right: 25%; top: 47%;}

    Regards,

    Yigit

    #139508

    I’ve done it, but the logo is still on the left and when i scroll down, the menu gets a little covered by the bottom line

    #139509

    the menu is ok now, the problem is in the rollover, and the logo still on left

    #139510

    Hi,

    My bad. Please add this code to center the logo

    strong.logo { left: 50%; }

    Regards,

    Yigit

    #139511

    thanks, but i have 3 issues

    The first one is that the logo isn’t completely centered, i think that will be solved adjusting the % in the code, but when i scroll down the page, i want the logo to become smaller from the center. not from the left as it is now.

    The second issue is that the logo is on top of the menu

    And the third one is a question, how can i implement the ticker that is below the header, in the header?

    Sorry for the inconvenience and thanks for your support!

    #139512

    Here is how i added the ticker to the header.php (at the bottom)

    <!-- end container-->

    </div>

    <!-- end container_wrap-->
    </div>

    <div class='header_bg'></div>

    <div class='container_wrap' style="width:1210px; margin: 0 auto;" >

    <!-- EXCHANGERATES.ORG.UK LIVE FOREX RATES TICKER START -->
    <script type="text/javascript">
    var w = '1210';
    var s = '1';
    var mbg = 'FFFFFF';
    var bs = 'no';
    var bc = '000044';
    var f = 'verdana';
    var fs = '10px';
    var fc = '000044';
    var lc = '210000';
    var lhc = 'FE9A00';
    var vc = '000044';

    </script>
    <script type="text/javascript" src="http://www.currency.me.uk/remote/CUK-LFOREXRTICKER-1.php"></script>
    <!-- EXCHANGERATES.ORG.UK LIVE FOREX RATES TICKER END -->
    </div>

    <!-- end header -->
    </div>

    <?php } //end blank check ?>

    <div id='main'>

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