Welcome section

Home Forums Toothy Theme Support Welcome section

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #132215
    Mika SaurenMika Sauren
    Participant
    • Topics: 36
    • Replies: 64
    • Total: 100
    Member since: August 8, 2019

    Hi, when i set image to welcome section page, image dosent set, it comes down for title and dosent align… https://pattayaoptical.com/ But now its different welcome section that i would like to use, want live look ok now.

    #132218
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .wrap_two {
        padding-bottom: 70px;
    }
    .wrap_two img {
        position: absolute;
        top: 0;
        right: 0;
    }

    Regards,
    Chris

    #132222
    Mika SaurenMika Sauren
    Participant
    • Topics: 36
    • Replies: 64
    • Total: 100
    Member since: August 8, 2019

    Code did not work, make even more wrong… Look screenshot https://pattayaoptical.com/wp-content/uploads/2019/10/printscreen_optical.jpg

    #132249
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    .wrap_two img {
        margin-top: -180px;
    }

    Regards,
    Chris

    #132799
    Mika SaurenMika Sauren
    Participant
    • Topics: 36
    • Replies: 64
    • Total: 100
    Member since: August 8, 2019

    Hi, thank you, now image sets ok, but text has some problems with in mobile use… Here is screenshots from browser and mobile..

    http://pattayaoptical.com/wp-content/uploads/2019/10/Screenshot-2019-10-19-at-6.42.34.png

    http://pattayaoptical.com/wp-content/uploads/2019/10/IMG_3572.jpg

    I use code:

    [wc_row]

    [wc_column size=”one-fourth” position=”first”]

    [/wc_column]

    [wc_column size=”three-fourth” position=”last”]

     

    If you are looking for helpful and experienced full optical service, come to Pattaya Optical.
    <p style=”text-align: left;”>Range of products and quality corresponds to European standard. Carrying recognized premium lens brands, over 3,000 world-known frames, everyone will surely finds a custom suit.</p>
    [/wc_column]

    [/wc_row]

    #132844
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width;767px) {
    .wrap_two img { margin-top:0;}
    .wrap_two img { float:none; margin-left:0;}
    }

    Regards,
    Chris

    #132881
    Mika SaurenMika Sauren
    Participant
    • Topics: 36
    • Replies: 64
    • Total: 100
    Member since: August 8, 2019

    Hi, I add code and try adjust but nothing happens on mobile view or browser…

    #132903
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    @media screen and (max-width:767px) {
    .wrap_two img { margin-top:0;}
    .wrap_two img { float:none; margin-left:0;}
    }

    Regards,
    Chris

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