Home Forums WoodMart support forum Product details and ADD TO CART showing below

Product details and ADD TO CART showing below

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #122904

    Rahul
    Participant

    Hi,
    Product details and ADD TO CART showing at below of image but I want it at right side at computer. Also product image showing big size in single product, I want it normal size
    And in mobile it’s ok.
    For more information please check
    https://shaivyastore.com/product/redmi-note-5-pro/

    #122921

    Hello,

    If you want to set image and information in two columns, navigate to the Theme Settings > Product page > Images > set one of these widths http://prntscr.com/nmeyhn

    This CCS would move the block to the right:

    body .summary-inner{
    max-width:60%;
    float:right;
    }

    Add this code to the Theme Settings > Custom CSS

    Best Regards

    #123186

    Rahul
    Participant

    Issue has been fixed but I have two query:
    1: In which section the CSS code should I place eg. Global, desktop, tablet, mobile.

    2: alongwith product image and description, also getting side product list how may I remove it.

    Attachments:
    You must be logged in to view attached files.
    #123224

    Hello,

    1. Global is for all devices, Mobile, desktop, the tablet will be applied for the type of width accordingly.

    2. Your question is not clear, please clarify.

    Best Regards

    #123885

    Rahul
    Participant

    Hi,

    As in the attached picture, at right side “PRODUCTS” list. How May Remove it?

    Attachments:
    You must be logged in to view attached files.
    #123895

    Hello,

    Navigate to Appearance > Widgets > delete the widget from Product page widget area.

    If the products are not removed, navigate to the Theme settings > Product page > hide and show elements, disable showing the upsell products in the sidebar. https://xtemos.com/docs/woodmart/product-page-options/#show_Hide-elements

    Best Regards

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