tomdevis
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blask] Add sidebar ONLY to blog posts pageJust dropping in to let you all know I managed it.
I created 2 divs who I gave the properties
position:relative;
float:left;
and width with a percentage.I changed the divs classes in the php.
Forum: Themes and Templates
In reply to: [Blask] Column width inside portfolioHey,
I believe your question can be answered here:
https://ww.wp.xz.cn/support/topic/display-more-columns-on-home-page/Forum: Themes and Templates
In reply to: [Blask] Adjust Whitespace between columnsI’ve finally managed to adjust it!
I forgot I added some extra code somewhere else that overrode the changes I was trying.Thank you for all your help Chad!
Forum: Themes and Templates
In reply to: [Blask] Adjust Whitespace between columnsHey Chad, as always your help is hugely appreciated, it works as a charm!
I’ll still have to play a bit with the exact sizes I want it to rescale to but I’m pretty sure I’ll manage that without any help 🙂
I’m still stuck on the white spaces on the right though.
This is what I’ve added:
@media screen and (min-width: 1025px) { .site-header { left: 0px; } .site-content { margin-left: 270px; width: calc(100% - 270px); } }But with this, I still get a white bar on the right.
This you can see on http://www.tomdevis.com
Sorry for all the dumb questions.
Kind regards,
Tom
Forum: Themes and Templates
In reply to: [Blask] Adjust Whitespace between columnsHey Chad,
Thank you again for a great reply!
The elements I’m trying to center were the menu, description, social media icons and the logo.
I already succeeded in centering the description and menu with using “text-align: center;”
But I’m pretty stuck on the logo and social media icons.Also would it be possible to resize to logo depending on the screen size?
For example when viewing the website on an Iphone 4s all you can see is the logo.Knd regards,
TomForum: Themes and Templates
In reply to: [Blask] Adjust Whitespace between columnsThank you Chad!
You truly are a hero! I never would’ve checked the javascript files!
I ended up using a gutter of 10 with a margin of 0.7em to get some even thicknesses.If it is no problem, I would like to ask two more questions I’m currently stuck at.
1. I would like to change the sizes of the areas that I marked with red in the following screenshot. I believe this is decided in multiple areas but can not find any.
http://tomdevis.com/Files/screenshot.png2. I have some trouble aligning the different elements to the center. They are all aligned to the left.
Thanks again for the help already, it was a huge help!
I can not wait to finish my portfolio with this template!!!Kind regards,
Tom