Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1342612

    Hi,
    1) I have transparency header with border, which is a sticky header. When scrolling down the background color does not appear. How to get the backgroudn color there?
    2) Fullwidth easy slider caption is positioned center, but on mobile it is too bottom. The link button can not be seen on mobile. How to fix this?

    #1342636

    Hi tammiviestinta,

    1. It is possible, but you’ll need to enable Shrinking Header in Enfold > Header > Header Behavior (tab).
    2. Please add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:479px) {
      .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
        padding-top: 4px;
      }
    }

    Best regards,
    Nikko

    #1342662

    1. Yes, I do have that Shrinking Header on (Header > Header Behavior). But it is not working.
    2. Thanks, this is now solved.

    #1342666

    Hi tammiviestinta,

    I see, it seems there’s this js error in the web console:

    Uncaught ReferenceError: x is not defined

    Which is coming from GDPR Cookie Compliance, can you try to disable it temporarily and see if it works.

    Best regards,
    Nikko

    #1342767

    I disabled GDPR Cookie Compliance, but it did not work. Tried to disable some other plugins, too.
    Could this problem come from child theme?

    #1342771

    Now it works! Problem was in child theme CSS. It is fixed now.
    Thanks. You can close this thread now.

    #1342810

    Hi,

    Great, I’m glad that you got things working, and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘transparency header with border’ is closed to new replies.