Home › Forums › All Other Themes › Healing Touch PRO – Feature BOX Size
- This topic has 7 replies, 2 voices, and was last updated 6 years, 12 months ago by
Forum Moderator.
-
AuthorPosts
-
May 30, 2016 at 2:48 pm #35411
Hello
How can I change feature box size?? they are large and on mobile site looks not good
http://www.anapaulanaspolini.com.br
Thanks
May 31, 2016 at 4:50 am #35468Hi Maycon,
Do you want to decrease the box height?
Regards,
BradMay 31, 2016 at 11:43 am #35529Hi bud
Yes, I wanna drecrease the box height, but staying responsive
Where can I do it? I believe it is in the .css style file
and.. Brad, may you help me in another question? Thanks
https://www.sktthemes.org/forums/topic/healing-touch-pro-nivo-slides-sizechanges-problem/May 31, 2016 at 11:53 am #35531Hi Maycon,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.four_column{ padding:15px 10px !important;}
.four_column .feature-title{ margin:0 0 10px !important;}
.four_column .feature-content{margin-bottom:25px !important;}Regards,
BradJune 2, 2016 at 2:47 pm #35768Fixed!!
Thank you Brad
June 3, 2016 at 5:08 am #35820🙂
June 4, 2016 at 6:09 pm #35985Hello again Brad
Right now, I wanna change the feature box sizes just for mobile’s views
How I do it? Where is the file or code line that I must change?
thanks
June 6, 2016 at 5:23 am #36064Hi Maycon,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:767px) {
.four_column{ padding:15px 10px !important;}
.four_column .feature-title{ margin:0 0 10px !important;}
.four_column .feature-content{margin-bottom:25px !important;}
}Set the value according to your need inside media queries.
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.