1. bludove
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 26 February 2016
  5.  Subscribe via email
Hi:

3 questions:

1) I would like to know how to adjust the header navigation hover property. I was able to adjust the height of the header but now the hover is off. If you go to the link you can see there is a gap between the gold and the black. I would like the black portion to move up OR get rid of that and just keep the gold hover. http://bludovedemo.net/rrch/index.php

2) I was having trouble choosing the best template for our needs (as a basis). I ended up choosing Renovate because it matched the most of what the client wanted. However I would love to get the logo centered and the menu on the left and right sides just like on the Revolve template. I cannot figure out how to make that happen. Is this even possible?

3) I would like to center the footermenu. (I think this should be standard option on all of your templates). Everytime I try to adapt the same code to get the menu centered it doesn't work from template to template.

Thanks!
Lisa
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Lisa

1. To amend try adding the following to the Custom CSS field of your templates parameters...


#hornav ul a, #hornav .separator, #hornav a span, #hornav a::before {
padding: 38px 14px;
}


2. Sorry to say due to how the template is constructed this option is not available.

3, To amend try adding the following to the Custom CSS field of your templates parameters...


#footermenu {
text-align: center;
}
#footermenu ul {
display: inline-block;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
1. Thanks - that worked

2. Is it that you can't provide me the way to make the logo centered or that the template will have to be reworked to accommodate? Is it possible for me to rework it myself with the help of a programmer?

3. Thanks - that worked.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

2. Our Revolve template uses JS and CSS to split the menu. The JS used is not included in our Renovate template.

Could you try adding the following to the Custom Body Code field of your templates parameters. You won't notice any difference however this might allow us to come up with the CSS to split your menu.


<script type="text/javascript">
(function($) {"use strict";
$(document).ready(function() {
var $lis = $(".hornav > ul > li");
$lis.slice(0, Math.floor($lis.length/2)).addClass("menu-split");
});
})(jQuery);
</script>


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!