Title: Suiko's Replies | WordPress.org

---

# Suiko

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Help! Post overlapping comments :/](https://wordpress.org/support/topic/help-post-overlapping-comments/)
 *  [Suiko](https://wordpress.org/support/users/suiko/)
 * (@suiko)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/help-post-overlapping-comments/#post-4935184)
 * Your <div> inside the content has an element style containing a height which 
   is causing it to break
 * <div class=​”aLF-aPX-J1 aLF-aPX-J1-aPV” style=​”width:​ 639px;​ height:​ 639px;​
   left:​ 50px;​ top:​ 40px;​” tabindex=​”0″>​
 * Commenting out just that height alone almost completely fixes it. It’s the last
   Div containing content. Just under the <p>​Dt= Shake with almond-coconut milk,
   banana, & ice​</p>​ line
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Celestial - Lite] Changing font on sub menu](https://wordpress.org/support/topic/changing-font-on-sub-menu/)
 *  [Suiko](https://wordpress.org/support/users/suiko/)
 * (@suiko)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/changing-font-on-sub-menu/#post-4935038)
 * Mind sharing a link to your site?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to remove comments form from one page in Forever Theme](https://wordpress.org/support/topic/how-to-remove-comments-form-from-one-page-in-forever-theme/)
 *  [Suiko](https://wordpress.org/support/users/suiko/)
 * (@suiko)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/how-to-remove-comments-form-from-one-page-in-forever-theme/#post-4935037)
 * Go to the Edit Page for your Contact page and look down below for the [Allow Comments](http://gyazo.com/e0d48fa1af51bb0cb018acbdc1ea7b60)
   checkbox and uncheck it. If you don’t see it then at the top right hit [screen options](http://gyazo.com/2993adc693b0192a4e4165045d399e0d)
   and enable the “Discussion” panel option.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sugar and Spice] Change padding in style.css](https://wordpress.org/support/topic/change-padding-in-stylecss/)
 *  [Suiko](https://wordpress.org/support/users/suiko/)
 * (@suiko)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/change-padding-in-stylecss/#post-4933892)
 * Alot of the time it’s just a browser cache issue, with chrome’s inspector theirs
   a cool little checkbox under the settings (The cog wheel) that says “Disable 
   cache (while DevTools is open)” to guarantee your cache never gives you an issue.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] Disabling mobile browser](https://wordpress.org/support/topic/disabling-mobile-browser/)
 *  [Suiko](https://wordpress.org/support/users/suiko/)
 * (@suiko)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/disabling-mobile-browser/#post-4933889)
 * Instead of disabling the responsive design perhaps we can help fix it? Usually
   it’s something simple and if we could see the actual issue we can help debug 
   it.
 * To answer you though disabling would require deleting (not advised as updating
   would break this) or changing all the Css [@media](https://wordpress.org/support/users/media/)
   tags you don’t want running to the default values, do you have a child theme 
   at the ready?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [sidebar left and right](https://wordpress.org/support/topic/sidebar-left-and-right-1/)
 *  [Suiko](https://wordpress.org/support/users/suiko/)
 * (@suiko)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/sidebar-left-and-right-1/#post-4934436)
 * Go to the page edit, then change the Page Attributes Template field from Default
   Template to “two sidebar” or what have you. Here’s an example from my Virtue 
   theme’d site [screen shot](http://gyazo.com/4fca12f9c18fb0542e5c98d6e7cbec42)
 * If the theme doesn’t have a double sidebar then you’ll have to make the template.
   php file your self which isn’t to hard. Though I’ll assume Avada has the solution
   already.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] template to Full Width problem](https://wordpress.org/support/topic/template-to-full-width-problem/)
 *  [Suiko](https://wordpress.org/support/users/suiko/)
 * (@suiko)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/template-to-full-width-problem/#post-4933399)
 * In your Responsive Child Theme Style.css
 *     ```
       .grid.col-940 {
       height: 30px;
       }
       ```
   
 * ^ That’s the issue, your setting the height of the div to 30. If you erase that
   line it’ll fix your issue.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] template to Full Width problem](https://wordpress.org/support/topic/template-to-full-width-problem/)
 *  [Suiko](https://wordpress.org/support/users/suiko/)
 * (@suiko)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/template-to-full-width-problem/#post-4933286)
 * Do you have a page that’s currently show casing the issue? I can’t find one to
   help you debug the problem.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[raindrops] Disable mobile version (css)](https://wordpress.org/support/topic/disable-mobile-version-css/)
 *  [Suiko](https://wordpress.org/support/users/suiko/)
 * (@suiko)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/disable-mobile-version-css/#post-4933284)
 * I’ll assume you mean to remove the responsive side of the design. Theirs no real
   way to disable the css, rather you’ll have to rewrite the css code or at the 
   very least delete it (deleting isn’t advised as updates will just re-add it which
   will be a pain)
 * Do you know css at all and how to make a child theme? If so you can setup a child
   theme and new style.css and add media tags to adjust the mobile css values to
   the desktop css values
 * look for something like this
 *     ```
       @media only screen
       and (min-device-width : 320px)
       and (max-device-width : 480px){
       /*Css Style code*/
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Stargazer] Custom 404?](https://wordpress.org/support/topic/custom-404/)
 *  [Suiko](https://wordpress.org/support/users/suiko/)
 * (@suiko)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/custom-404/#post-4932004)
 * Your welcome ^^
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Custom CSS Isn't Working](https://wordpress.org/support/topic/custom-css-isnt-working/)
 *  [Suiko](https://wordpress.org/support/users/suiko/)
 * (@suiko)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/custom-css-isnt-working/#post-4932450)
 * Are you using anything that might cache your site? If you are, try clearing your
   browser cache and disabling any cache plug-ins. It’d explain why everything stayed
   there but won’t change with the additions.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Stargazer] Custom 404?](https://wordpress.org/support/topic/custom-404/)
 *  [Suiko](https://wordpress.org/support/users/suiko/)
 * (@suiko)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/custom-404/#post-4931995)
 * If it’s not there you can just create and upload a 404.php page to make the edits.
 * Something as simple as this can get you going
    [http://www.pastebucket.com/40229](http://www.pastebucket.com/40229)
 * If you could link your website and an example of the image you want used I can
   see if we can just do a simple css trick to push it in instead of making a .php
   template
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] Another image issue](https://wordpress.org/support/topic/another-image-issue-1/)
 *  [Suiko](https://wordpress.org/support/users/suiko/)
 * (@suiko)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/another-image-issue-1/#post-4931987)
 * O your not useless at code. Your personal code is fine, I’m experiencing the 
   same issue using Virtue for a client’s shop. The issue is the height of each 
   product window is inconsistent, so the website doesn’t know how to arrange all
   the pieces together and causing the chaos your seeing.
 * You can see what I mean by setting a defined height on the .product_item in the
   css, sadly it’s not the best solution as it’ll be inflexible and the cart button
   won’t line up.
 * If I find an easy fix before someone from Kadence Themes answers I’ll share, 
   though I’d like to hear their solution as well.
 * Edit:
    Well internet was slow posting this but answer from Kadence helped me 
   as well, a test product missing a $ value was breaking mine even with min-height
   fix.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Stargazer] Custom 404?](https://wordpress.org/support/topic/custom-404/)
 *  [Suiko](https://wordpress.org/support/users/suiko/)
 * (@suiko)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/custom-404/#post-4931961)
 * [404 page creation](http://codex.wordpress.org/Creating_an_Error_404_Page)
 * Most themes have a 404.php page already for wordpress to use, if not you should
   be able to just create one on the server and edit the .php code to do what you
   want.
 * For non-coding the only plug-in I can seem to find is [this one](http://wordpress.org/plugins/custom-404-error-page-unlimited-designs-colors-and-fonts/),
   though old from reviews it works just not very customizable. For a simple image
   add it should do what you want.

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