Home › Forums › WoodMart support forum › Product page column and product page product image dimensions
Product page column and product page product image dimensions
- This topic has 23 replies, 3 voices, and was last updated 7 years, 4 months ago by
Elise Noromit.
-
AuthorPosts
-
March 24, 2018 at 1:44 pm #48472
Kahan RyanParticipantHi
my customer wanted a small change in the product page.I want the column on the leff to be wider. I want to reduce the width of the column on the right.
Product image size should be increased equally by column.how can i do it this way.
Thank you for your best support
screenshot below on Private Content:
March 24, 2018 at 3:19 pm #48478
Elise NoromitMemberHello,
You will need to set Product Image width to be “Large” on a product page as shown here: http://prntscr.com/ivri1p, In this case, the image area would be twice wider of its current width.
Best Regards
March 24, 2018 at 3:57 pm #48483
Kahan RyanParticipantthank you back
can i change background color of right column ans give border left right column
March 24, 2018 at 5:20 pm #48498
Elise NoromitMemberHello,
Do you want it like this: http://prntscr.com/ivsxsh If yes, try this CSS code, add it to Theme Setting > Custom CSS
.summary-inner{ background-color: #ffffff; border-left: 1px solid #000000; padding: 20px; }
Replace #ffffff and #000000 for colors you need. If you mean something different give more details.
Best Regards
March 24, 2018 at 6:01 pm #48504
Kahan RyanParticipantNo as in private content
March 24, 2018 at 6:02 pm #48505
Kahan RyanParticipantspace in red line
March 24, 2018 at 6:47 pm #48512
Elise NoromitMemberHello,
As I understand you want to make this block smaller in height and width, however, take into consideration that if we reduce and fix the block height some part of the content may not fit completely. On the screenshot, you show, product title is only two lines and short description field is empty. When you will have a longer title or short description text (for example here: http://www.misspon.com/shop/floral-pattern-pillow-case-red-blue-pillow-cover-2/?v=8f2564d40946), this block should be expanded otherwise the content will be cut.
Best Regards
March 24, 2018 at 7:26 pm #48518
Kahan RyanParticipantthanks bakc
i see i mean all background white . and I will not change the height only width
March 24, 2018 at 8:37 pm #48533
Artem TemosKeymasterSorry, but there is no way to do white background for this right part as you shown on the screenshots. It is not possible with Custom CSS.
Kind Regards
March 24, 2018 at 8:58 pm #48538
Kahan RyanParticipantWhat may be possible.
March 24, 2018 at 9:22 pm #48545
Artem TemosKeymasterSorry, what do you mean?
March 25, 2018 at 11:34 am #48617
Kahan RyanParticipantIt is not possible with Custom CSS. So, which way can be done
March 25, 2018 at 12:18 pm #48637
Artem TemosKeymasterUnfortunately, it is not possible to do this as you shown on the screenshot. We don’t have a quick instruction for this.
March 26, 2018 at 11:48 pm #49023
Kahan RyanParticipanti found solutions for this . i added this f6f4ee; but i need your help some where
i hope you could you help me. i explained on screenshot inprivate contentI have to make responsive this field to the right. it needs to increase the height of the column up and down by responsive all devices
.summary-inner{
background-color: #f6f4ee;
margin-top:0;
border-left: 1px solid #d6d6d4;
padding: 20px;
}2.
you wrote me this code for breadcumbs
March 27, 2018 at 6:26 am #49046
Artem TemosKeymasterBut the right column is inside the website container. It can’t be moved out of the container as you shown on the screenshot. You may try to make your website full width and content in Theme Settings -> General layout.
March 27, 2018 at 9:31 am #49119
Kahan RyanParticipantit was already set to fullwidth
March 27, 2018 at 10:10 am #49132
Artem TemosKeymasterWe meant “Content full width” to make it fit all the space of the screen.
March 27, 2018 at 10:33 am #49147
Kahan RyanParticipanthi thans back
i made product page to full width then set product image to large it is actually close to what I wanted. Sounds like the right setting.
but this time the product picture was too big.March 27, 2018 at 11:32 am #49164
Artem TemosKeymasterObviously, the image will be bigger with this configuration.
March 27, 2018 at 11:42 am #49168
Kahan RyanParticipantI need to this downsize it a bit.
March 27, 2018 at 11:44 am #49169
Kahan RyanParticipantThumbnails position is set to left. mine product page is set to right. Thumbnails positionmust be on the left
March 27, 2018 at 3:31 pm #49258
Elise NoromitMemberHello,
In order to relocate the blocks delete this CSS code from the customs area of Theme Settings:
@media (min-width: 992px) .woocommerce-product-gallery > .col-md-3 { right: 0; } @media (min-width: 992px) .woocommerce-product-gallery > .col-md-9 { left: 0; }
Best Regards
March 27, 2018 at 3:39 pm #49260
Kahan RyanParticipantThank you
is it possible to decrease thumbnail width and product image
Thank you
March 27, 2018 at 7:21 pm #49338
Elise NoromitMemberHello,
It is possible. In order to change it, enter a product and find Product image width http://prntscr.com/ix794a Take into consideration that changing image width would influence the width of description.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register