New Landing How can we help? Atelier More space around product image/gallery. Heading issue. Atelier.

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Atelier
  • #184966
    sorelh
    Member
    Post count: 169

    Hi

    1. I would like to create more space between my product image and the product text to the right of the main image and gallery. I have edited the % in my theme options Product options Override product Image width, but I want to create more white space between around the product image/gallery and the text to the right.

    2. I would also like to have more space between the heading and the page details.

    3. There is a white background and horizontal lines to my main heading menu items which shows when scrolling, how do I remove that to make it transparent?

    Thanks

    Sorel

    Attachments:
    You must be logged in to view attached files.
    #185031
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Add this to your custom css:

    @media only screen and (min-width: 769px) { 
      .woocommerce div.product div.summary {
        padding-left: 45px;
      }
    }

    2) Add this:

    .single-product .inner-page-wrap {
      margin-top: 70px;
    }

    3) Add this:

    #main-nav, .header-wrap[class*="page-header-naked"] #header-section .is-sticky #main-nav, #header-section .is-sticky .sticky-header, #header-section.header-5 #header, .header-wrap[class*="page-header-naked"] #header .is-sticky .sticky-header, .header-wrap[class*="page-header-naked"] #header-section.header-5 #header .is-sticky .sticky-header {
      background-color: transparent!important;
    }

    – Kyle

    #185058
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #185061
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Can you provide a screenshot of what you’re referring to?

    – Kyle

    #185066
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #185464
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok check now

    – Kyle

    #185478
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #185790
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Sorel,

    1)

    .woocommerce div.product form.cart .variations select {
    font-size: 16px!important;
    }

    2)

    nav.woocommerce-breadcrumb {
      display: none;
    }

    Thanks
    David.

    #185795
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #186201
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you edit your reply and wrap the code with the code tags?
    It’s difficult to understand your request this way.

    Thanks

    -Rui

    #186216
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #186920
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    
    .woocommerce .quantity .minus, .woocommerce .quantity input.qty, .woocommerce .quantity .plus, .woocommerce div.product form.cart .variations select, .woocommerce .quantity .qty-plus, .woocommerce .quantity .qty-minus {
      border-color: #e4e4e4;
      background-color:#e2f5eb;
    }

    -Rui

    #186927
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #186930
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Rui

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register