1. salinger
  2. Sherlock Holmes
  3. Commercial Templates
  4. Sunday, 09 April 2017
  5.  Subscribe via email
Hi Ciáran,

please take a look at http://www.et-schiffner.at/joomla2/index.php

1. The headline "Förderung von Alarmanlagen" should look like your module headline h3 in the london template with the horizontal line left and right from the text (as the headline "Produkte und Leistungen" ). I used a module, but not the title function, I put the headline in the content of the module, because otherwise the scroll down button scrolls to far down and the headline is not visible.

2. Another issue, the background pic on the bottom of the home site behind the address (abstrakt.png) is not loading on the other sites. It's a module and should appear on all sites but only the address appears.

3. I'd like to have the regular menu on the tablet landscape modus. I have tried this, but it did not work:


@media only screen and (min-width: 960px) and (max-width: 1024px) {
.slicknav_menu {
display: none;
}
#hornav {
display: block !important;
}}

Additionally the slick nav menu is not visible as it is in white (on white background), where can I change the color?



thanks a lot, Marion
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Marion

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

h3.mod_standard span::before, 
h3.mod_standard span::after {
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
content: "";
position: absolute;
top: calc(50.5%);
width: 200px;
}
h3.mod_standard span::before {
left: 100%;
margin-left: 0.4rem;
}
h3.mod_standard span::after {
margin-right: 0.4rem;
right: 100%;
}


2. Ensure that you have applied this background image to all templates styles where you wish the background to appear (Extensions -> Templates).

3. Have you tried setting the hornav breakpoint field in the 'Responsive Options' tab of your templates parameters?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Ciáran, point 1 and 3 helped a lot and for point 2 I found another solution, so everything solved!!!! :D :D
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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