Sonl Sinha

Forum Replies Created

Viewing 15 posts - 1,036 through 1,050 (of 31,016 total)
  • Author
    Posts
  • in reply to: Nav bar glitch #206034
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31016
    • Total: 31016
    Member since: August 16, 2013

    Hi,

    We have checked, sub-menu are working fine.

    Kindly see screenshot:
    https://ibb.co/B3zkDhy

    Regards,
    Dave

    in reply to: Product gallery #206012
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31016
    • Total: 31016
    Member since: August 16, 2013

    Hi,

    I am not sure what you mean by this. Can you may be draw or point out in an image?

    You can upload image in https://imgbb.com/ and share the link here.

    Regards,
    Chris

    in reply to: Product Page Issue #206003
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31016
    • Total: 31016
    Member since: August 16, 2013

    Hi,

    ???? This image is coming from the i.ibb.co. Kindly use image from your media gallery.

    https://i.ibb.co/BwBgtc4/Scherm-afbeelding-2023-06-22-om-16-54-37.png

    Regards,
    Dave

    in reply to: Product Page Issue #206000
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31016
    • Total: 31016
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS.

    .mejs-overlay.mejs-layer.mejs-overlay-play {
      background-image: url(https://i.ibb.co/BwBgtc4/Scherm-afbeelding-2023-06-22-om-16-54-37.png);
      background-size: 100%;
    }

    Note: Kindly change image path as well.

    Regards,
    Dave

    in reply to: Add TikTok Link/Icon to Header #205999
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31016
    • Total: 31016
    Member since: August 16, 2013

    Hi,

    Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.

    We’ll check and revert back to you.

    Regards,
    Chris

    in reply to: Move Slider Higher #205998
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31016
    • Total: 31016
    Member since: August 16, 2013

    Hi,

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

    #home_slider { top: -150px;}
    #topmenu ul li a { padding: 67px 15px;}
    .header-extras { margin-top: 57px;}

    Regards,
    Chris

    in reply to: Add to Cart button #205997
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31016
    • Total: 31016
    Member since: August 16, 2013

    Hi,

    Yes, We have added some custom CSS code.

    Regards,
    Chris

    in reply to: Coach Press Mobile Site… #205996
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31016
    • Total: 31016
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS.

    @media screen and (min-width:1161px) and (max-width:1199px) {
    .page_head, .post_head, .services_head {height: 150px !important; width: 100%; margin: 0 auto;}
    .head-info-area .right { padding-top: 10px; width: auto !important; float: right !important;}
    }

    Regards,
    Dave

    in reply to: Coach Press Mobile Site… #205987
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31016
    • Total: 31016
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS.

    @media screen and (max-width:479px) {
    .header_layout3 {
      display: none !important;
    }
    }

    Regards,
    Dave

    in reply to: Product Page Issue #205981
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31016
    • Total: 31016
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS.

    .woocommerce-tabs .wp-video, .woocommerce-tabs #mep_0 {
      width: 100% !important;
    }

    Regards,
    Dave

    in reply to: Coach Press Mobile Site… #205980
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31016
    • Total: 31016
    Member since: August 16, 2013

    Hi,

    Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.

    We’ll check and revert back to you.

    Regards,
    Dave

    in reply to: Coach Press Mobile Site… #205973
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31016
    • Total: 31016
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS code.

    @media screen and (min-width:320px) and (max-width:1023px) {
    .header_layout3 {
      width: 100%;
      margin: 0 auto;
    }
    }

    Regards,
    Dave

    in reply to: Coach Press Mobile Site… #205971
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31016
    • Total: 31016
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS.

    @media screen and (min-width:1024px) and (max-width:1160px) {
    .header_layout3 {
      width: 95%;
      margin: 0 auto;
    }
    .page_head, .post_head, .services_head {
      height: 170px !important;
      width: 100%;
      margin: 0 auto;
    }
    .head-info-area .right { padding-top:10px; float: right !important; width: 26% !important;}
    }

    Regards,
    Dave

    in reply to: Newspaper Pro – CLS Problem #205968
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31016
    • Total: 31016
    Member since: August 16, 2013

    Hi,

    This is a custom requirement which would require some additional hours and doesn’t fall under theme support. Kindly connect with us on [email protected] for a quote.

    Regards,
    Chris

    in reply to: Site title & Logo #205967
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31016
    • Total: 31016
    Member since: August 16, 2013

    Hi,

    This is done.

    Regards,
    Dave

Viewing 15 posts - 1,036 through 1,050 (of 31,016 total)