This topic has 10 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Eva Kemp
I installed a woocommerce product designer plugin that appears to be responsive. That being said I would like this plugin’s design editor to expand further to the edges of my site so the canvas is bigger and easier to edit (see image link in private content-top image is current view, bottom image is desired view). I only want this to be the case for each of my product template pages, not the whole site. Is there a custom CSS code using page ID’s that would achieve this? Thank you.
Hello,
Please show your pages where you want to make modifications.
Regards,
Eva Kemp.
Eva,
There is only one page built that needs modification but would like to duplicate future pages like it to display the same way. You should have received an image link showing the current view and desired view of the page. I’ll include the link here again. Do you need more than a just screen shot of the page? Thanks.
Hello,
Yes, I need to see your site page to be able to give you the appropriate code.
Thank you.
Regards,
Eva Kemp.
No problem, here it is.
Hello,
I see this error on your side http://storage5.static.itmages.com/i/17/0113/h_1484317549_3114171_57120b6494.jpeg .
Please check it.
Best regards,
Eva Kemp.
Sorry about that, it should be fixed now.
Hello,
I checked your site and as I see the issue is related to the plugin, not to the theme. You need contact the plugin authors regarding your query.
Regards,
Eva Kemp.
Eva,
After contacting the plugin author this was his response.
“First thing to know is that our plugin uses all the space available in the page content if the canvas width is larger than the content. Here is the space left by the theme in blue http://prntscr.com/dvurcv. As you can see, our theme already uses the entire space. Your page does not has a full width, but 1170px as max width. If your theme has a full width template, i suggest you use it and try again. Otherwise you’ll have to contact the theme author so he can create a full width template for this page for you, not a boxed one.”
In the Royal Store theme options under general, I have the site layout set to wide. Does this not apply to the page content area of the page I’m trying to widen? Is there another full width page template I can use for this type of page only? Thanks.
Hello,
You can change container width using this css code in Theme Options > Custom CSS > Custom CSS for desktop:
.container {
width: 1250px;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up