Viewing 9 replies - 1 through 9 (of 9 total)
  • Michael

    (@alchymyth)

    just the ‘product range’ page or for all pages using that full width page template?

    Clarion Technologies

    (@clarionwpdeveloper)

    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

    Thread Starter Jim ‘Jimbo’ Zarifis

    (@wpadminill)

    @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?

    Clarion Technologies

    (@clarionwpdeveloper)

    Hi,

    In Style.css of your active theme.

    Thanks

    Thread Starter Jim ‘Jimbo’ Zarifis

    (@wpadminill)

    @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&#8243; width=”9000″ height=”6000″></iframe>

    and yet nothing is changing when i updated my style.css

    Clarion Technologies

    (@clarionwpdeveloper)

    Hi,

    Can you please post your page link in which this Iframe is called.

    Thanks

    Thread Starter Jim ‘Jimbo’ Zarifis

    (@wpadminill)

    musicalhelp

    (@musicalhelp)

    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.

    Thread Starter Jim ‘Jimbo’ Zarifis

    (@wpadminill)

    so how do i increase the width of the container?

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘increasing container width’ is closed to new replies.