Pixify
Forum Replies Created
-
Forum: Reviews
In reply to: [PixiGo] Real fast ThemeThank you @akaruz. Glad you’ve been seeing good results with PixiGo.
Forum: Themes and Templates
In reply to: [PixiGo] Full Width PagesIf you want to increase the size of both, you’ll have to use both the above rules in conjunction.
i.e. first adding
#page.site { max-width: 1140px; }(increase1140to a suitable number) will increase the overall width of the container (which will reduce the white space on both sides), and then adding#page .site-main { max-width: 960px; }(increase960to a suitable number) will increase the width of the white box.The theme does not have a sidebar on pages. So not sure what do you mean by
making this change drops your navigation bar “sidebar” down below
I’ll need a screenshot illustrating the requirement to properly understand it.
For faster support, join our Slack Support channel here and DM me (Paras). Here’s your invite link – https://join.slack.com/t/pixifysupport/shared_invite/enQtNjYwMjU1MzM0Nzc1LWRlYmQ2Y2FlMDdhMjcxMGZiNGY0YWJhODQ0ZWIxZjY4YjcyYzM2ZDVhOGI3ZTdlMTM5NTVkYjUxM2ZiMDVjYTE
Forum: Themes and Templates
In reply to: [PixiGo] Full Width PagesThere’s no inbuilt option to modify the container size. Though, custom CSS can be added to modify the theme layout as required.
If you mean increasing the size of the pages, you can add this CSS to the customizer:
#page .site-main { max-width: none; }This will increase the size of all the Pages on the site to 1140px.
If you want to further increase the size of the main container, you can modify it by adding this CSS:
#page.site { max-width: 1140px; }(replace1140with the width you want)Can help you better if you give some more details about your requirement.
Forum: Themes and Templates
In reply to: [PixiGo] Static Page Not WorkingThis issue is fixed in v1.0.9 update released today.
I’m marking this thread as resolved now.
Forum: Themes and Templates
In reply to: [PixiGo] Static Page Not WorkingHey @stevenwilsonch,
I have a problem with Static Page and it seems not working at all… any idea how to fix it?
Yes, it’s a bug in the theme which will be fixed in the next update soon.
Also, under style.css there is notification like this… “there are 2 errors which must be fixed before you can update this file.”
You can ignore that. It appears because the CSS is minified. Also, it’s not recommended to edit the theme’s CSS file. Create a child theme or use theme customizer or use a plugin like Custom CSS & JS to add custom CSS code.
Forum: Reviews
In reply to: [PixiGo] Fast Like a RocketThank you. We are glad that you like it.