Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • gpnetin Friend
    #208896

    Would like to put the search boxes in the middle or on top of the background image (see attachment as sample). Please advise how….

    Thanks

    jooservices Friend
    #577755

    Hi there
    Please provide your site URL for inspecting.

    Thank you,
    Viet Vu

    gpnetin Friend
    #577850

    pm sent with site URL info. Please let me know.

    gpnetin Friend
    #644144

    pm sent with site URL info. Please let me know.

    gpnetin Friend
    #742778

    pm sent with site URL info. Please let me know.

    jooservices Friend
    #577857

    Hi there
    Please try this one

    .t3-wrapper .t3-section.has-slideshow .search-now {
    margin-top: -484px;
    }

    Thank you,
    Viet Vu

    jooservices Friend
    #644151

    Hi there
    Please try this one

    .t3-wrapper .t3-section.has-slideshow .search-now {
    margin-top: -484px;
    }

    Thank you,
    Viet Vu

    jooservices Friend
    #742785

    Hi there
    Please try this one

    .t3-wrapper .t3-section.has-slideshow .search-now {
    margin-top: -484px;
    }

    Thank you,
    Viet Vu

    jooservices Friend
    #577898

    Hi there
    Just wonder have you solved ?

    Thank you,
    Viet Vu

    gpnetin Friend
    #578209

    Thanks for your reply and it works. However, the location (“margin-top: -250px;) seems inconsistent or not responsive/adaptable if viewed in different units (PC, tablet, iphone/android). Is there any variable to be changed?

    gpnetin Friend
    #644500

    Thanks for your reply and it works. However, the location (“margin-top: -250px;) seems inconsistent or not responsive/adaptable if viewed in different units (PC, tablet, iphone/android). Is there any variable to be changed?

    gpnetin Friend
    #743132

    Thanks for your reply and it works. However, the location (“margin-top: -250px;) seems inconsistent or not responsive/adaptable if viewed in different units (PC, tablet, iphone/android). Is there any variable to be changed?

    Ninja Lead Moderator
    #578273

    <em>@gpnetin 484096 wrote:</em><blockquote>Thanks for your reply and it works. However, the location (“margin-top: -250px;) seems inconsistent or not responsive/adaptable if viewed in different units (PC, tablet, iphone/android). Is there any variable to be changed?</blockquote>

    You can try to fix it with my solution below

    Open templates/ja_directory/css/custom.css file

    find and change

    .t3-wrapper .t3-section.has-slideshow .search-now {
    margin-top: -250px;
    }

    to

    @media (min-width: 1200px) {
    .t3-wrapper .t3-section.has-slideshow .search-now {
    margin-top: -40%;
    }
    }

    with other device like tablet, iphone/android, you have to change the value in % as above to consistent with resolution

    @media (max-width: 991px) {

    }
    @media (max-width: 480px) {

    }
    @media screen and (min-width: 768px) {

    }

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

This topic contains 13 replies, has 3 voices, and was last updated by  gpnetin 8 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum