Page layout change for 1 special product – possible?

This topic has 12 replies, 2 voices, and was last updated 8 years, 5 months ago ago by Robert Hall

  • Avatar: nuts
    nuts
    Participant
    November 11, 2015 at 19:18

    Hi!
    Is there any possibility to change the layout of the page for 1 exact product?

    i need to add quite a lot of info and pictures, but by default, on left i’m limited by gallery module & on the right with the Brand part, so the centre on 1 special product is too much narrow for me.

    11 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 11, 2015 at 20:23

    Hello,

    Sorry, but we don’t have such feature in our theme.

    Regards,
    Robert Hall.

    Avatar: nuts
    nuts
    Participant
    November 12, 2015 at 08:33

    so there’s no even possibility to add any css code on a single page to force the layout change?

    🙁

    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 12, 2015 at 08:52

    Hello,

    In this case it’s not possible. We can add CSS style as color, font and others, but not text and pictures.

    Regards,
    Robert Hall.

    Avatar: nuts
    nuts
    Participant
    November 12, 2015 at 09:30

    but is it possible to remove the brands block, for example?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 12, 2015 at 09:41

    Please provide us with link to the page where you want to remove the Brand block.

    Regards,
    Robert Hall.

    Avatar: nuts
    nuts
    Participant
    November 12, 2015 at 09:51

    just for this only page.

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 12, 2015 at 10:16

    Please try to add this code in Global Custom CSS.

    .postid-2337 .single-product-sidebar .product-brands {
        display: none;
    }

    Regards,
    Robert Hall.

    Avatar: nuts
    nuts
    Participant
    November 12, 2015 at 10:28

    well, the brand part itself is not shown anymore, but the area didn’t expanded for the removed part.

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 12, 2015 at 10:56

    I’ve added the following code in Global Custum CSS.

    .postid-2337 .product-information .short-description {
        width: 717px;
    }

    in Custom CSS for desktop

    .postid-2337 .product-information .short-description {
        width: 670px;
    }

    in Custom CSS for tablet, Custom CSS for mobile landscape, Custom CSS for mobile

    .postid-2337 .product-information .short-description {
        width: 100%;
    }

    Regards,
    Robert Hall.

    Avatar: nuts
    nuts
    Participant
    November 12, 2015 at 11:15

    Wow, that’s great!
    thank you a lot, you saved me))

    solved.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 12, 2015 at 11:36

    You’re welcome!

    Regards,
    Robert Hall.

  • Viewing 12 results - 1 through 12 (of 12 total)

The issue related to '‘Page layout change for 1 special product – possible?’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.