How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Adjusting Theme Width – Built-in Setting or Customization Needed?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18557
    Green
    Participant

    Hi all,

    I’m looking to make pokha theme narrower. Is there a built-in setting to adjust the theme width, or do I need to customize the code (like CSS)?

    Thanks for any tips!

    #18559
    admin
    Keymaster

    Hello!

    This is easier to be done with CSS. Something like this could do the job. Add this to your child theme’s style.css or under Customizer > Additional CSS.

    :root{
    	--container-width: 1310px;
    	--container-width-wp: 1280px;
    }
    

    Note that –container-width-wp should be 30px less than –container-width.

    #18561
    Green
    Participant

    Aha. Okey. Thanks. Will do.

    #18585
    Green
    Participant

    Hi

    So we found out that when we adjusted our site to

    :root{
    –container-width: 980px;
    –container-width-wp: 850px;
    }

    The affiliate table “Style 3”. The logo was cut in half. Is there away to change the width of the site, without changing the table widht?
    Or there a work around that would be possible to make? We do like the table style.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.