Replies: 3 comments
-
Have you tried making all those values |
Beta Was this translation helpful? Give feedback.
-
tried two things:
Result: On Pages were profiles are wanted, like the about page, the text moves right above the footer. I then imported the sacss folder and changed the variables, which results in no profiles available anywhere, presumably because there is no space for it. I would like, that if a profile is enabled, the appropriate padding is configured and when profile is set to false padding is removed. Is that possible? |
Beta Was this translation helpful? Give feedback.
-
Not possible by altering Sass variables alone. You'll need to hack the stylesheets to remove the negative padding and They're positioned now using floats. The main content has And when there is no right sidebar, there's space on the right left for it, unless you use The theme was designed to have sidebars, or be centered when not. If you want the main content to span the width of the screen you'll have to go custom. Search through the closed issues as there are others who have wanted to do something similar. I know I've seen customized versions of the theme that do it too... just don't remember where off-hand. |
Beta Was this translation helpful? Give feedback.
-
Hi,
First, thanks for providing the theme, it looks awesome, and ou are clearly commited to it - thanks!
I would like to know if it is possible that when posts do not display the profile (_config.yml) if the right padding for the profile area could be removed.
If it isn't then everything is scewed to the right and it looks a bit strange.
I have experiemented with overriding the values below in the main.scss based on your suggestions on how to change font-size.
However, when I change those of course also pages with profile (like about) will be affected. I'd like to avoid this unintended consequence. Do you have a tip for me? My page is hosted on github pages.
Beta Was this translation helpful? Give feedback.
All reactions