alignment on the product pages

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by maes39, Feb 13, 2014.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    The alignment of the pictures on the product categories pages is the alignment of the products groups en pictures good (attached picture shop-peli-good).

    When you click on a group you come in the product pages, but there is the alignment not nice.
    This pages is on the total width of the page (attached prod-peli-wrong).
    Is there an way to align the product pages the same as on the group pages??

    Is there an way to create an navigation as the same as the attached picture navigation (see the red block)??
     

    Attached Files:

  2. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    My first question is already solved with an update from the theme.

    Can you help me with the question of the navigation??
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  4. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Hello,
    I've found the breadcrumb NavXT plugin which works (several doesn't works with woo commerce)
    I've paste the code in the header.php but the breadcrumb is place in the left under corner of the header.

    Can you help me with the code to replace the breadcrumb to the place on the attached picture??
    i've use this code:

    <div class="breadcrumbs">
    <?php if(function_exists('bcn_display'))
    {
    bcn_display();
    }?>
    </div>

    My website is www.peli-horsepoint.com
     

    Attached Files:

  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .breadcrumbs {
    text-align: right;
    }
     
    This will solve your issue.
     

Share This Page