1. ticmic
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 19 July 2016
  5.  Subscribe via email
Can you advise me where I can find this please
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Your templates header.php is located at ../templates/j51_pianoforte/php/layouts/header.php

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks for that I have now got the module on the page but how can I get it under the search bar module, I tried adding this to the custom css but no luck:

#signin {
left: auto;
right: 216px;
top: 148px;
}}
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of your module?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

First of all there appears to be a small error in your module code...


<div id="“signin”"> 


Should be...


<div id="signin"> 


Once amended you can then use the following Custom CSS to position your module...


#signin {
position: absolute;
right: 12px;
top: 100px;
}


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


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