Strong – Home Section 4

Home Forums All Other Themes Strong – Home Section 4

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #51401
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    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

    #51450
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6987
    • Total: 6997
    Member since: June 12, 2013

    HI 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,
    Shri

    #51458
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Hi 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

    #51540
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30977
    • Total: 30977
    Member since: August 16, 2013

    Hi Derek,

    Kindly show us your website URL.

    Regards,
    Brad

    #51541
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30977
    • Total: 30977
    Member since: August 16, 2013

    Hi Derek,

    Kindly show us your website URL.

    Regards,
    Brad

    #51580
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Hi Brad,

    It’s http://www.fitnessfortept.com/

    Thanks

    #51586
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30977
    • Total: 30977
    Member since: August 16, 2013

    Hi 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,
    Brad

    #51592
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Great, 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?

    #51594
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Also is there any way to have control over the H1, H2 Headings etc so they are not all Uppercase?

    #51604
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30977
    • Total: 30977
    Member since: August 16, 2013

    Hi 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,
    Brad

    #51605
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Hi Brad,

    The Testimonial works perfectly but the H1, H2, H3 headings etc are all still showing all letters as UPPERCASE?

    Thanks
    Derek

    #51606
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30977
    • Total: 30977
    Member since: August 16, 2013

    Add this code in custom css box

    h3, h1, h2, h3, h4, h5, h6{text-transform:inherit !important;}

    Regards,
    Brad

    #51607
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Brilliant, works great. Thanks Brad and Shri. Legends!

    #51609
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30977
    • Total: 30977
    Member since: August 16, 2013

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/

    Regards,
    Brad

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.