Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1118900

    Hello,
    I have a little problem with the homepage of blumen-hegemann.de. It uses the Enfold theme and the layer slider. There are four buttons that link to other pages. For small screens (> 768px) I created some extra buttons, gave them the class “layerslider-button-smart” and use the following CSS:

    @media (max-width: 768px) {
    	/* Buttons im Layerslider Startseite */
      .layerslider-button-smart {
      	min-width: 200px !important;
      	text-align: center;
      	margin-left: auto !important;
      	margin-right: auto !important;
      }
      .ls-wrapper.ls-in-out.ls-hide-on-tablet.ls-hide-on-desktop {
      	min-width: 220px !important;
      }
      .ls-wrapper > a.ls-layer-link {
    	background: rgba(255,255,255,0.2) !important;
      }
      .ls-wrapper > a.ls-layer-link:hover {
    	background: rgba(255,255,255,0.6) !important;
      }

    Now there is some weird behaviour:
    – on desktops with resized window everything is fine
    – on Android Smartphones everyhing is fine
    – on iPhones the size of the link (hover and clickable) is exactly only the left half of the button

    Any suggestions?
    Thanks in advance,
    Daniel

    #1119691

    Hey danielmarsch,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.