Forum Replies Created
-
AuthorPosts
-
May 13, 2020 at 4:38 pm in reply to: How to make Online Shop theme full width 1900px (not 1200px) ? Help #80214stensystemParticipant
Hello, this code doesnt work.
WHen I use only this code in additional css in code snippets css.
@media (min-width:1200px;){
.wrapper {
width:1900px;
}
}On PC or laptop widti of the screen is full screen and it is good, but on the mobile version all pictures are huge in woocommerce.
May 7, 2020 at 8:33 pm in reply to: How to make Online Shop theme full width 1900px (not 1200px) ? Help #79967stensystemParticipantThank you, this code worked, but on the mobile version of this website, I don’t want to change size. How to change back to the mobile version as it was previously?
stensystemParticipantThank you for your answer but if I change in customizing product page Woocommerce Options > Single product > Right side, to no sidebar, picture of woocommerce product getting bigger, if I change back to Right sidebar, the picture is getting smaller. I really like option No Sidebar, how product description and options are looking, but I don’t like that woocommerce is making single product picture so huge when I choose that, so this code is not working.
.woocommerce div.product div.images img {
width: 343px;
height: 500px;
}Please help with one more question, how can I make website full screen but not 1200 px x. I really want to make 1900px if possible? How can I do that?
-
AuthorPosts