Karate Theme – Center grey information box in mobile

Home Forums All Other Themes Karate Theme – Center grey information box in mobile

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #200417
    WebWeb
    Participant
    • Topics: 36
    • Replies: 68
    • Total: 104
    Member since: February 9, 2017

    Hey guys, When I look in the mobile version of kalsamrit.com/sample the information in the grey box under the slider doesn’t lineup. Is there a way to make it in 2 rows beside each other?

    So “Address Section” and “Call Us Section” beside each other and “Business Hours Section” and “Social Media Section” beside each other

    Thank you

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .elementor-section.elementor-top-section.elementor-element.elementor-element-c8b5250.elementor-section-boxed.elementor-section-height-default .elementor-column {
      width: 50%;
    }
    }

    Regards,
    Chris

    #200426
    WebWeb
    Participant
    • Topics: 36
    • Replies: 68
    • Total: 104
    Member since: February 9, 2017

    Thanks Chris!

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

    Hi,

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Chris

    #200444
    WebWeb
    Participant
    • Topics: 36
    • Replies: 68
    • Total: 104
    Member since: February 9, 2017

    Review has been made thanks

    #200445
    WebWeb
    Participant
    • Topics: 36
    • Replies: 68
    • Total: 104
    Member since: February 9, 2017

    How would I go about making the long drop down menu under “Instructors” in the header go into 2 rows instead of the one? Or should I make this a different topic?

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

    Hi,

    Kindly use this CSS to fix header issue.

    .has_trans_header .header.type3 #topmenu ul li a, .has_trans_header .header.type4 #topmenu ul li a {
      padding: 20px 22px;
    }

    Regards,
    Chris

    #200478
    WebWeb
    Participant
    • Topics: 36
    • Replies: 68
    • Total: 104
    Member since: February 9, 2017

    Hi Chris,
    This did not work for me

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

    Hi,

    Okay, Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.

    Regards,
    Chris

    #200504
    WebWeb
    Participant
    • Topics: 36
    • Replies: 68
    • Total: 104
    Member since: February 9, 2017

    https://ibb.co/5cJ4XyC

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

    Hi,

    Kindly use this CSS.

    .header.type4 #topmenu ul li ul li a {
      padding: 4px 8% !important;
    }

    Regards,
    Chris

    #200506
    WebWeb
    Participant
    • Topics: 36
    • Replies: 68
    • Total: 104
    Member since: February 9, 2017

    Thanks for the fast response! Unfortunately it did not change the drop down menu under “Instructors”. It’s still just one row instead of two.

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

    Hi,

    Kindly use this one.

    #topmenu #menu-item-33 ul {
      column-count: 2;
      column-gap: 0;
      width:400px !important;
    }

    Regards,
    Chris

    #200516
    WebWeb
    Participant
    • Topics: 36
    • Replies: 68
    • Total: 104
    Member since: February 9, 2017

    It works! Thank you Chris

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

    Welcome 🙂

    Regards,
    Chris

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