Title: tomdevis's Replies | WordPress.org

---

# tomdevis

  [  ](https://wordpress.org/support/users/tomdevis/)

 *   [Profile](https://wordpress.org/support/users/tomdevis/)
 *   [Topics Started](https://wordpress.org/support/users/tomdevis/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tomdevis/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tomdevis/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tomdevis/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tomdevis/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tomdevis/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blask] Add sidebar ONLY to blog posts page](https://wordpress.org/support/topic/add-sidebar-only-to-blog-posts-page/)
 *  Thread Starter [tomdevis](https://wordpress.org/support/users/tomdevis/)
 * (@tomdevis)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/add-sidebar-only-to-blog-posts-page/#post-8724686)
 * Just 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blask] Column width inside portfolio](https://wordpress.org/support/topic/column-width-inside-portfolio/)
 *  [tomdevis](https://wordpress.org/support/users/tomdevis/)
 * (@tomdevis)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/column-width-inside-portfolio/#post-8710888)
 * Hey,
    I believe your question can be answered here: [https://wordpress.org/support/topic/display-more-columns-on-home-page/](https://wordpress.org/support/topic/display-more-columns-on-home-page/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blask] Adjust Whitespace between columns](https://wordpress.org/support/topic/adjust-whitespace-between-columns/)
 *  Thread Starter [tomdevis](https://wordpress.org/support/users/tomdevis/)
 * (@tomdevis)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/adjust-whitespace-between-columns/#post-8710874)
 * I’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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blask] Adjust Whitespace between columns](https://wordpress.org/support/topic/adjust-whitespace-between-columns/)
 *  Thread Starter [tomdevis](https://wordpress.org/support/users/tomdevis/)
 * (@tomdevis)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/adjust-whitespace-between-columns/#post-8694296)
 * Hey 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](http://www.tomdevis.com)
 * Sorry for all the dumb questions.
 * Kind regards,
 * Tom
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blask] Adjust Whitespace between columns](https://wordpress.org/support/topic/adjust-whitespace-between-columns/)
 *  Thread Starter [tomdevis](https://wordpress.org/support/users/tomdevis/)
 * (@tomdevis)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/adjust-whitespace-between-columns/#post-8691061)
 * Hey 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,
    Tom
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blask] Adjust Whitespace between columns](https://wordpress.org/support/topic/adjust-whitespace-between-columns/)
 *  Thread Starter [tomdevis](https://wordpress.org/support/users/tomdevis/)
 * (@tomdevis)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/adjust-whitespace-between-columns/#post-8675727)
 * Thank 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.png](http://tomdevis.com/Files/screenshot.png)
 * 2. 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

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