This topic has 10 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #162384
     rinda
    Participant

    Hi – can you help make the Home-Register Demo Page responsive?  I’m using it as my static front page to my site and when I view it on different devices, it is not responsive.  Please help, thanks!

    #162492
     Laura
    Moderator

    Hello, please check attached image, it is responsive for me 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    Attachments:
    You must be logged in to view attached files.
    #162522
     rinda
    Participant
    This reply has been set as private.
    #162742
     Laura
    Moderator

    Hello, i see it fine, it may be an issue related to your mobile browser, have you tried with another device?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #163142
     rinda
    Participant

    I have tried it on my iphone6 and a few other friend’s iphones as well. Even when I try it on google chrome browsers to test different devices, the image doesn’t shrink either. 🙁

    #163288
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #163442
     Radu
    Moderator

    Hi,

    Ok on me
    Did you have fixed ?

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #163450
     rinda
    Participant

    Hi – not fixed yet. The issue I’m still having is with the background. It’s not shrinking and showing the baby – only the foot. 🙁 . Is there a recommended image size for background images?

    #163648
     Radu
    Moderator

    Hi,
    I see the only way to can have original image ratio it’s to set via CSS background-size contain, in this way the image will be wrapped into the view port.

    COPY CODE
    
    @media(max-width:991px){
        article#post-9468 section.container-wrap.main-color {
        background-size: contain !important;
        background-position: center center !important;
    }
    }
    
    

    The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
    NOTE : Child theme needs to be installed and activated.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #163939
     rinda
    Participant
    This reply has been set as private.
    #164173
     Radu
    Moderator

    Hi,

    That CSS it’s applied only for mobile. And it not affects the position of the image on desktop just under 991px, under this resolution the image position it’s controlled by

    COPY CODE
    
    background-position: center center !important;
    

    You can set top,right,bottom,left

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?