Home › Forums › All Other Themes › Strong – Home Section 4
- This topic has 13 replies, 3 voices, and was last updated 8 years ago by Sonl Sinha.
-
AuthorPosts
-
November 1, 2016 at 4:23 pm #51401
Hi,
I only have a requirement for 3 flip boxes in this section, instead of 4 and I can’t find where to change it. I want the 3 to sit together in the center of the section instead of the 3 showing up on the left and the 4th one missing.
I presume it’s a simple custom CSS.
Can you have a quick look at it when you get a chance?
Thanks
Derek
November 2, 2016 at 9:02 am #51450HI Derek,
Kindly go to appearance >> Customize >> Home Section 4 and click on “Edit Content” than click on “Text” tab..
where remove one flipbox code from four…. and save content.and put following peace of code under appearance >> Customize >> Basic >> Custom Css
.flipcard{width:33% !important;}
Regards,
ShriNovember 2, 2016 at 9:40 am #51458Hi Shri, That worked on desktop view but on responsive view on mobile it has distorted it. It shows them at a width of 33% and it doesn’t fill out the screen. They are just located on the left hand side and there is 66% space left on the right?
It’s just mobile view, desktop is perfect, would you have some responsive CSS code to fix this?
Derek
November 3, 2016 at 4:50 am #51540Hi Derek,
Kindly show us your website URL.
Regards,
BradNovember 3, 2016 at 4:51 am #51541Hi Derek,
Kindly show us your website URL.
Regards,
BradNovember 3, 2016 at 9:58 am #51580Hi Brad,
It’s http://www.fitnessfortept.com/
Thanks
November 3, 2016 at 10:34 am #51586Hi Derek,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:767px){
.flipcard{width:auto !important;}
}Regards,
BradNovember 3, 2016 at 10:47 am #51592Great, thanks Brad. One last thing. The Testimonial image on mobile view is slightly left of center, do you have any code that would center it correctly?
November 3, 2016 at 10:54 am #51594Also is there any way to have control over the H1, H2 Headings etc so they are not all Uppercase?
November 3, 2016 at 11:33 am #51604Hi Derek,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) {
h3, h3 a:link, h3 a:visited, .testimonial-image, .bxslider p { margin-left:80px;}
}Regards,
BradNovember 3, 2016 at 11:43 am #51605Hi Brad,
The Testimonial works perfectly but the H1, H2, H3 headings etc are all still showing all letters as UPPERCASE?
Thanks
DerekNovember 3, 2016 at 11:50 am #51606Add this code in custom css box
h3, h1, h2, h3, h4, h5, h6{text-transform:inherit !important;}
Regards,
BradNovember 3, 2016 at 11:57 am #51607Brilliant, works great. Thanks Brad and Shri. Legends!
November 3, 2016 at 12:36 pm #51609If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.