New Landing How can we help? Atelier Center Related Products

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #317447
    jutescycle
    Member
    Post count: 51

    Hi,

    Is there a way to center the Related Products on the Single Product Page like the attached

    Many Thanks.

    Attachments:
    You must be logged in to view attached files.
    #317449
    David Martin – Support
    Moderator
    Post count: 20834

    Can you link me to this page?

    Thanks.

    #317450
    jutescycle
    Member
    Post count: 51
    This reply has been marked as private.
    #317468
    David Martin – Support
    Moderator
    Post count: 20834

    Tricky, but not impossible!

    Please add this to Theme Options => Custom CSS:

    .related-products .title-wrap .spb-heading {
        width: 100%;
    }
    .related-products .title-wrap .spb-heading > span {
        position: relative;
        width: 22%;
        background-color: #fff;
        display: block;
        margin: 0 auto;
        text-align: center;
        border: none !important;
        z-index: 100;
    }
    .related-products .title-wrap .spb-heading:after {
      position: absolute;
      left: 0;
      right: 0;
      top: 12px;
      content: " ";
      height: 1px;
      width: 100%;
      background-color: #dbdbdb;
    }
    
    #317508
    jutescycle
    Member
    Post count: 51

    Perfect! Thank you very much!

    #317509
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Thanks David.

    -Rui

Viewing 6 posts - 1 through 6 (of 6 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