Forum Replies Created

Viewing 13 posts - 556 through 568 (of 568 total)
  • Posted in:
  • in reply to: height of title lines / gap #174619
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Hi,

    Please replace this

    .woocommerce .page-content ul.products li.product.first {
      margin-left: 0 !important;
    }
    [09:08:48 PM | Edited 09:09:07 PM] Ajay Gupta: .inner-page-wrap {
    margin-top:25px; /*Change the number to increase*/
    }

    with this

    .woocommerce .page-content ul.products li.product.first {
      margin-left: 0 !important;
    }
    [09:08:48 PM | Edited 09:09:07 PM] Ajay Gupta: .inner-page-wrap {
    margin-top:25px; /*Change the number to increase*/
    }
    in reply to: Update ( WooCommerce and Theme ) Site broken #174614
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Thanks Keremdo,

    Looking into this now.

    in reply to: Fixed image caption #174613
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Hello alelordelo.

    You want it like the one below? Please check link below and get back to me

    Image Banners

    in reply to: Update ( WooCommerce and Theme ) Site broken #174600
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Woocommerce is fixed.

    Can you please change your WordPress dashboard language to english so that I can check.

    Nishant – SUPPORT
    Spectator
    Post count: 649

    Hello,

    I will forward it to our development team and get back to you.

    in reply to: height of title lines / gap #174589
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Replace the first three lines of code with this and let me know how it goes

    .woocommerce .page-content .related.products ul.products li.product {
      margin-left: 0 !important;
    }
    in reply to: Pricing table #174577
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Hello vandand,

    Replace the previous css code with the one below

    .labelled-pricing-table .pricing-table-column.label-column {
      margin-top: 15px !important;
      height: 398px !important;
      border:0;
    }
    in reply to: Update ( WooCommerce and Theme ) Site broken #174515
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Hello,

    I can see the website is working.

    can you please elaborate the exact issue ?

    in reply to: height of title lines / gap #174487
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Hello,

    For this you have add the below codes at the same destination

    .woocommerce .page-content .related.products ul.products li.product {
        margin-left: 0;
    }
    
    .woocommerce .inner-page-wrap {
        margin-top: 25px; /* change the numbers to decrease the space */
    }
    in reply to: height of title lines / gap #174458
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Hello

    To get the solution you have to add the below CSS codes in the
    Theme options -> General -> Custom css section

    h4.spb_heading:before, h4.lined-heading:before {
      border-top: 1px solid #444;
    }
    
    input[type="text"], input[type="password"], input[type="email"], textarea, select {
      border-color: #000;
    }
    
    .woocommerce .related ul, .woocommerce .related ul.products {
      margin-top: 20px; /*change the number to increase more*/
    }
    in reply to: Mobile problem #174449
    Nishant – SUPPORT
    Spectator
    Post count: 649

    For Logo:
    The Error that seems here is that the a tag for Logo is not getting the height for it so it is not linking back to the home page so provide some min-height to it.

    For Menu:
    The responsive menu is not working there is some conflict with the your custom CSS and theme js.

    As this out of the theme support scope we cannot provide the customization on this.

    in reply to: Mobile problem #174420
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Hello fixers,

    I am checking it.

    in reply to: height of title lines / gap #174417
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Hello,

    How are you doing?

    Can you please post your website url so that I can check and provide you the solution.

Viewing 13 posts - 556 through 568 (of 568 total)