just the ‘product range’ page or for all pages using that full width page template?
Hi,
You can target the body class with page ID and increase the width of the container.
You can use something like this.
.page-id-1908 ,entry-content{
width: 800px !important;
}
Thanks
@michael
I would like to just increase the width of the container for the ‘product range’ page if possible but i would also like to know how to change the width of the container for all pages using the full width page template.
Thanks in advance
@clarion technologies, where would i put that code?
Hi,
In Style.css of your active theme.
Thanks
@clarion,
Thats what i thought and nothing changed…the page im doing this for has an iframe:
<iframe src=”https://www.spreadshirt.com/product-range-C2107″ width=”9000″ height=”6000″></iframe>
and yet nothing is changing when i updated my style.css
Hi,
Can you please post your page link in which this Iframe is called.
Thanks
Sometimes I check the a page’s source code for the item in question and find its css class. Then I search in Windows (I keep a current back up of my site) in my site theme folder for that class. Sometimes it appears in several css stylesheets.
EX: on my theme, every customization must be done in two separate stylesheets or the change won’t work if just one. It’s a single theme too, no mother-theme.
so how do i increase the width of the container?