Healing Touch PRO – Feature BOX Size

Home Forums All Other Themes Healing Touch PRO – Feature BOX Size

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #35411
    MAYCONMAYCON
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: May 29, 2016

    Hello

    How can I change feature box size?? they are large and on mobile site looks not good

    http://www.anapaulanaspolini.com.br

    Thanks

    #35468
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi Maycon,

    Do you want to decrease the box height?

    Regards,
    Brad

    #35529
    MAYCONMAYCON
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: May 29, 2016

    Hi 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/

    #35531
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

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

    #35768
    MAYCONMAYCON
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: May 29, 2016

    Fixed!!

    Thank you Brad

    #35820
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    🙂

    #35985
    MAYCONMAYCON
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: May 29, 2016

    Hello 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

    #36064
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi 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

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