Home › Forums › Toothy Theme Support › Welcome section
- This topic has 7 replies, 2 voices, and was last updated 5 years, 1 month ago by Sonl Sinha.
-
AuthorPosts
-
October 9, 2019 at 6:45 am #132215
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.
October 9, 2019 at 6:55 am #132218Hi,
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,
ChrisOctober 9, 2019 at 7:26 am #132222Code did not work, make even more wrong… Look screenshot https://pattayaoptical.com/wp-content/uploads/2019/10/printscreen_optical.jpg
October 10, 2019 at 5:09 am #132249Hi,
Kindly use this one
.wrap_two img { margin-top: -180px; }
Regards,
ChrisOctober 19, 2019 at 3:49 am #132799Hi, 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]
October 21, 2019 at 5:16 am #132844Hi,
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,
ChrisOctober 21, 2019 at 9:08 am #132881Hi, I add code and try adjust but nothing happens on mobile view or browser…
October 22, 2019 at 4:59 am #132903Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.