Shop Categories

X

Responsive parallax

Home Forums Agama Pro Responsive parallax

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13347
    Jorge Martín
    Participant

    Hello,

    I am using a parallax background with title, but it is not responsive in mobile. Could you help me to solve that problem?

    Thank you.

    #13350
    Zex
    Moderator

    Hello, Jorge!

    Please check that you have not accidentally hide your column in which Parallax Background is located, for certain screen widths (below the 767px)
    Column settings-> Responsive Options-> Hide on devices

    https://prnt.sc/npoccy

    If that is not the case, please give me a WP login Credentials in the private reply so I can check this directly on your website.

    Regards

    #13379
    Jorge Martín
    Participant
    This reply has been marked as private.
    #13380
    Zex
    Moderator

    Hi, Jorge!
    If that is the problem, unhide the column and insert the next code into Customizing->General->Additional CSS:

    @media only screen and (max-width: 767px) {
    #vision-parallax-short .parallax .heading-block h2{
        font-size: 2.5vw!important;
    }
    }

    Change the font-size value per your wish.

    Regards

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