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

    Hi,

    1. I want the banner on the browser is visible, but not on the mobile version.
    Can you tell me wat to do ?
    It’s about the banner with the white tekst: moize acupunctuur & kruiden.

    2. The same banner; the text on the banner changes position relative to the image once you resize your browser format (from full size to half size on the computer screen)

    #432748

    Hey glennonline!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 769px) {
    .home .post-entry-734 .avia_textblock img, .home .post-entry-734 .avia_textblock center {
      display: none;
    }}

    Cheers!
    Yigit

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