1. Thomash86
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 29 August 2017
  5.  Subscribe via email
hello

when i´m looking the site on a mobile phone the lines are going into the text.
i hope you know/see what i mean.

website: neu.szabo.co.at
see at "Produkte"/ "Eigenprodukte" or "Own Products"

thanks for your help (again)

:)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

This issue appears to be only present on some browsers. Unfortunately the only solution available at the moment is to hide the lines on smaller screen devices. To do so try adding the following to the Custom CSS field of your templates parameters...

@media only screen and (max-width: 767px) {
.module .module_header h3.mod_standard span::before,
.module_menu .module_header h3.mod_standard span::before,
.module .module_header h3.mod_standard span::after,
.module_menu .module_header h3.mod_standard span::after {
display: none;
}}


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


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