Mobile View

Home Forums Jevelin Theme Mobile View

Home Forums Jevelin Theme Mobile View

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
  • vincen72
    Participant

    I’m using the Finance template. How do I move the text box up or reduce the size of the picture so when you go to my site you do not have to scroll down to see the text box?

    Hi @vincen72,

     

    I hope you are well today and thank you for your question.

     

    I visited your shared website but not sure exactly which text box and picture you are referring to so could you please share the screenshot of it?

     

    Best regards,
    Shufflehound team

    vincen72
    Participant

    See attached. Under mobile view, I want to move the box with text starting with “Seeking a single business…” up a lot.

    vincen72
    Participant

    See attached. Under mobile view, I want to move the box with text starting with “Seeking a single business…” up a lot.

    Attachments:
    You must be logged in to view attached files.

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 320px){
    #page-container .vc_row.wpb_row.vc_row-fluid.vc_custom_1601266124891.vc_row_1345642984 {
        min-height: 50vh !important;
    }
    }

    vincen72
    Participant

    Thanks for your response, but the code you provided didn’t help. Any other thoughts?

    It seems the row ID is getting changed so please try using below custom CSS code instead of above.

     

    @media (max-width: 320px){
    #page-container .vc_row.wpb_row.vc_row-fluid.vc_custom_1601266124891 {
        min-height: 50vh !important;
    }
    }

    vincen72
    Participant

    Still no luck. Any other options?

    It seems the number vc_custom_1601266124891 is getting changed.

     

    Could you please add an ID to the row displayed at the top of your website containing the image?

Viewing 9 posts - 1 through 9 (of 9 total)