Title: TouchCoding.net - Øyvind Sæther's Replies - page 2 | WordPress.org

---

# TouchCoding.net - Øyvind Sæther

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 186 total)

[←](https://wordpress.org/support/users/touchcoding/replies/?output_format=md) [1](https://wordpress.org/support/users/touchcoding/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/touchcoding/replies/page/3/?output_format=md)…
[11](https://wordpress.org/support/users/touchcoding/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/touchcoding/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/touchcoding/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/touchcoding/replies/page/3/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] 404 / Search Pages](https://wordpress.org/support/topic/404-search-pages/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/404-search-pages/#post-7124915)
 * Hi there Prunelia! 🙂
    Can I please have a link to your site, so I can have a
   look at what you mean?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[First] Multiple search boxes appearing on theme](https://wordpress.org/support/topic/multiple-search-boxes-appearing-on-theme/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/multiple-search-boxes-appearing-on-theme/#post-7124907)
 * Hi there Finnegans Pack!
    From what I can gather these search bars is in the 
   widgets areas. You can remove these in your admin dashboard under “Appearance
   >Widgets”. Have you tried this?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Bizlight] pagination is vertical – how do i make it horizontal?](https://wordpress.org/support/topic/pagination-is-vertical-how-do-i-make-it-horizontal/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/pagination-is-vertical-how-do-i-make-it-horizontal/#post-7124903)
 * Hi there Bluestandish!
    Do you mean more columns? Right now I can see you have
   3 columns, but if I understand you correctly you want more than that right?
 * Copy this code into you functions.php in your child theme and change the “3” 
   to the number of columns you want:
 *     ```
       global $woocommerce_loop;
       $woocommerce_loop['columns'] = 3;
       ```
   
 * Let me know if I misunderstood your question.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[theme: sela] it doenst look the same](https://wordpress.org/support/topic/theme-sela-it-doenst-look-the-same/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/theme-sela-it-doenst-look-the-same/#post-7123937)
 * Hi there Anter123!
    Can you be more specific? What doesn’t look right? The overall
   style looks good to me
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [how to resize widgets?](https://wordpress.org/support/topic/how-to-resize-widgets/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/how-to-resize-widgets/#post-7119982)
 * I installed the theme on a test site and looked for a width property and found
   this:
 *     ```
       #primary, #secondary {
           float: right;
           overflow: hidden;
           width: 220px;
       }
   
       #footer-widget-area .widget-area {
           float: left;
           margin-right: 20px;
           width: 220px;
       }
       ```
   
 * What widget are you trying to customize? If it is the sidebar(primary and/or 
   secondary), you need to apply the css to “#primary, #secondary” and if it is 
   the footer widget, you need to use “#footer-widget-area .widget-area”.
 * I hope this solved it for you 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [2 different widths in one post](https://wordpress.org/support/topic/2-different-widths-in-one-post/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/2-different-widths-in-one-post/#post-7119887)
 * Hi there heavenlyimage!
    You can easily do this be selecting elements after the
   image, like this:
 *     ```
       .entry-content :first-child ~ p, entry-content :first-child ~ blockquote {
   
       }
       ```
   
 * This selector will not select the image. Use that selector to apply the padding
   and margin you want 🙂
 * I hope that helped you out 😉
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Sixteen] Site Info & Titel](https://wordpress.org/support/topic/site-info-titel/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/site-info-titel/#post-7119423)
 * Oh yeah. You can remove it using css or delete the line in the footer.php I believe.
 * If you’re not that experienced with wordpress, I would suggest just install a
   custom css plugin and use this code:
 *     ```
       .site-info {
           display: none;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [how to resize widgets?](https://wordpress.org/support/topic/how-to-resize-widgets/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/how-to-resize-widgets/#post-7119876)
 * okey, I can’t use that site when it’s in maintenance mode.
 * But try this:
 *     ```
       .widget {
       width: 100%;
       height: 100%;
       }
       ```
   
 * Change 100% to what you want. play around with it until it is right for you.
 * If this doesn’t work, can you tell me what theme you are using?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [how to resize widgets?](https://wordpress.org/support/topic/how-to-resize-widgets/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/how-to-resize-widgets/#post-7119846)
 * Hi there Xstangerx!
    If I could have a link to your site and I could inspect 
   it some more.
 * You could use the width property on the widget class.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Sixteen] Site Info & Titel](https://wordpress.org/support/topic/site-info-titel/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/site-info-titel/#post-7119404)
 * Hi there peaches Media!
    Site info and title in the footer? Can I have a link
   to your site?
 * Do you mean the header? You can change this in the customizer. Under site identity
   you can uncheck the “display header text”.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Sixteen] Change title font?](https://wordpress.org/support/topic/change-title-font-3/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/change-title-font-3/#post-7116677)
 * Yeah. change the “Montserrat, “Helvetica Neue”, sans-serif” to what font to want
   and “black” to the color you want. The code I gave you are the code from your
   site and you need to change them.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Senses Lite] Hide primary menu](https://wordpress.org/support/topic/hide-primary-menu/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/hide-primary-menu/#post-7119393)
 * Hi there Pete123!
    You can easily hide the nav with custom css, either in a custom
   css plugin or a child theme.
 * Here is the code:
 *     ```
       nav#site-navigation {
           display: none;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [White space between menu bar and content](https://wordpress.org/support/topic/white-space-between-menu-bar-and-content/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/white-space-between-menu-bar-and-content/#post-7117221)
 * I don’t see the problem. Can you please give me more details? What did you do
   to make it that way? Custom css?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [White space between menu bar and content](https://wordpress.org/support/topic/white-space-between-menu-bar-and-content/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/white-space-between-menu-bar-and-content/#post-7117077)
 * Hi there Jasynrandall!
    It seems to me that the page-title-wrap is empty. You
   can use css to hide it if you’re not using it.
 * Here is the css:
 *     ```
       .page-title-wrap {
           display: none;
       }
       ```
   
 * I hope that helped.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Sixteen] Change title font?](https://wordpress.org/support/topic/change-title-font-3/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/change-title-font-3/#post-7116624)
 * Hi there, Pinkzzz!
    You can easily do this be apply custom css. This can be done
   be using either a child theme or a custom css plugin.
 * This is the code you need to use:
 *     ```
       .entry-title {
           font-family: Montserrat, "Helvetica Neue", sans-serif;
           color: black;
       }
       ```
   
 * The font-family is the font you want to use. In this example three different 
   fonts are listed, two for backup. Change these values to your liking.
 * I hope this helped you out 🙂

Viewing 15 replies - 16 through 30 (of 186 total)

[←](https://wordpress.org/support/users/touchcoding/replies/?output_format=md) [1](https://wordpress.org/support/users/touchcoding/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/touchcoding/replies/page/3/?output_format=md)…
[11](https://wordpress.org/support/users/touchcoding/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/touchcoding/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/touchcoding/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/touchcoding/replies/page/3/?output_format=md)