Home › Forums › All Other Themes › Mobile view of movers
- This topic has 8 replies, 2 voices, and was last updated 6 years, 5 months ago by
Forum Moderator.
-
AuthorPosts
-
April 13, 2017 at 8:19 am #68982
http://worldpeacerosegardens.org/temp/
theme: movers and packershttps://snag.gy/FdjRSJ.jpg
1. How do I prevent vision and mission from running off screen in mobile view?
2. How to make image slider same size as menu bar?
3. stop “living reminders of peace” from appearing over the image?April 13, 2017 at 8:20 am #68983original post on how changes to header were made
https://www.sktthemes.org/forums/topic/header-sections/#post-54078April 13, 2017 at 9:47 am #68991Hi Laura,
Kindly add this code in Custom CSS Box
@media screen and (max-width:767px) { .header-right .column1{width:100% !important;} .slider-main{width:auto !important; padding:0 10px;} .wrap_two h2.section_title{float:left;} }
Regards,
BradApril 18, 2017 at 3:46 am #69325Thank you, that code worked for the mission and vision statement over lap, and the slider images.
1. The “living reminders of peace” text still overlaps the image.2. Phone number in the header is not the same size as the email address?
https://snag.gy/jMH0bB.jpg
April 18, 2017 at 7:01 am #69361.
April 18, 2017 at 7:03 am #69367.
April 18, 2017 at 12:40 pm #69385Hi Laura,
Add this code in Custom CSS Box:
@media (max-width: 767px){
#wrapTwo .wrap_two img{display: block !important; float: none !important; margin: 0 !important; width: 100%;}
}Regards,
BradApril 18, 2017 at 4:26 pm #69413The “living reminders of peace” did move off of image, thank you. But the text is not centered.
The phone number is still smaller than the email text in the header.https://snag.gy/oC5uVL.jpg
April 19, 2017 at 4:58 am #69448Hi Laura,
We didn’t find any issue with phone number in header. Clear the cache of your browser and check again.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.