-
AuthorPosts
-
September 5, 2013 at 1:48 am #29034
I would like to place the logo on top centered, and the menu below the logo also centered,
hope you can help!
September 5, 2013 at 2:06 am #139504Hi,
Could you please send us a link to your website so we can see which header type you are using
Regards,
Yigit
September 5, 2013 at 2:11 am #139505of course, is http://www.gryp.mx/wp
September 5, 2013 at 2:13 am #139506I also want to put the line below the header right below the ticker i implemented.
Thanks!
September 5, 2013 at 2:30 am #139507Hi,
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
September 5, 2013 at 2:35 am #139508I’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
September 5, 2013 at 2:42 am #139509the menu is ok now, the problem is in the rollover, and the logo still on left
September 5, 2013 at 2:45 am #139510Hi,
My bad. Please add this code to center the logo
strong.logo { left: 50%; }
Regards,
Yigit
September 5, 2013 at 3:01 am #139511thanks, 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!
September 5, 2013 at 3:29 am #139512Here 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'> -
AuthorPosts
- The topic ‘Logo and menu position’ is closed to new replies.