Home › Forums › Parallax Me Forum › Services Section Not Allowing 4 Services
- This topic has 7 replies, 2 voices, and was last updated 6 years, 4 months ago by
Forum Moderator.
-
AuthorPosts
-
November 30, 2016 at 6:01 am #54404
When trying to add a 4th service, the services wrap to two lines, with 2 services below the first two. This happens even with the browser open very wide. How can I get 4 services to show instead of the default of 3?
November 30, 2016 at 6:05 am #54406Hi David,
Kindly show us your website URL.
Regards,
DaveNovember 30, 2016 at 6:40 pm #54470http://www.ultimatesearchassociates.com/
Scroll down to the services section on the homepage
December 1, 2016 at 5:16 am #54502Hi David,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.container .five.columns{width:23% !important;}
Regards,
DaveDecember 12, 2016 at 3:25 am #55371Hi, this works for the desktop but on the mobile layout, it does not work. On mobile, the icons bunch up onto each other and are unreadable. Do you have a fix for the mobile layout?
December 12, 2016 at 6:42 am #55400Hi David,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:479px){
.container .five.columns{width:auto !important;}
}Regards,
DaveJanuary 6, 2017 at 4:49 am #57539This helped but the images are not centering. They seem to be left justified.
http://www.ultimatesearchassociates.com/
Scroll down to the services section on the homepage
January 6, 2017 at 12:34 pm #57605Hi David,
Kindly add this code in custom css box:
@media screen and (max-width:768px){
.container .five.columns{display: block; float: none !important; margin: 0 auto !important; text-align: center !important; width: 100% !important;}
}Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.