Title: anton17's Replies | WordPress.org

---

# anton17

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Set opacity of background image](https://wordpress.org/support/topic/set-opacity-of-background-image/)
 *  Thread Starter [anton17](https://wordpress.org/support/users/anton17/)
 * (@anton17)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/set-opacity-of-background-image/#post-7230133)
 * I’m using Avada Theme classic
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Application form to Database](https://wordpress.org/support/topic/application-form-to-database/)
 *  Thread Starter [anton17](https://wordpress.org/support/users/anton17/)
 * (@anton17)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/application-form-to-database/#post-7152821)
 * Haha thanks, do you know how I can link that DB to one in lets say mySQL workbench?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Saving Contact Form Data into MySql Database](https://wordpress.org/support/topic/saving-contact-form-data-into-mysql-database/)
 *  Thread Starter [anton17](https://wordpress.org/support/users/anton17/)
 * (@anton17)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/saving-contact-form-data-into-mysql-database/#post-7150066)
 * Hey, that works really well! Thank you.
    I am now able to export the gathered
   Data as csv-file and load it into a mySQL Database. Is there a way to do this
   automatically, so that whenever a form is submitted, the data in the mySQL Database
   is updated? I think I will have to find where the Plugin stores the Database 
   and link it to mySQL.. Any further ideas ?
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Spacing Header](https://wordpress.org/support/topic/spacing-header/)
 *  Thread Starter [anton17](https://wordpress.org/support/users/anton17/)
 * (@anton17)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/spacing-header/#post-7074120)
 * Okay, I’ll try that. Is this plug-in a good alternative to creating a child theme
   because I read up on that and it seems rather difficult for a beginner?
    Greetings
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Spacing Header](https://wordpress.org/support/topic/spacing-header/)
 *  Thread Starter [anton17](https://wordpress.org/support/users/anton17/)
 * (@anton17)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/spacing-header/#post-7074054)
 * Okay, I think I have figured it out. Will I have to update my theme by uploading
   the modified version and will this have an effect on my progress on the website?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Spacing Header](https://wordpress.org/support/topic/spacing-header/)
 *  Thread Starter [anton17](https://wordpress.org/support/users/anton17/)
 * (@anton17)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/spacing-header/#post-7074052)
 * I assume this is where I have to insert it somwhere?
 *     ```
       /* =11. Header area
       -------------------------------------------------------------- */
   
       .site-header {
           width: 100%;
           }
   
       .site-branding.hide-header-text .site-title {
         display: none !important;
       }
   
       /* =12. Layout
       -------------------------------------------------------------- */
   
       .site-main {
           margin-left: auto;
           margin-right: auto;
           width: 100%;
       }
   
       .site-info,
       .site-content,
       #colophon > .menu,
       #footer-banner {
           max-width: 980px;
       }
   
       .fl-builder .site-content {
           max-width: 100%;
           padding: 0;
           margin: 0;
           }
   
       .site-info,
       .site-content,
       #colophon > .menu,
       #footer-banner {
           margin-left: auto;
           margin-right: auto;
       }
   
       @viewport{
           width: device-width;
       }
   
       /* =13. Menus
       -------------------------------------------------------------- */
   
       /* Small menu */
       .menu-toggle,
       .menu-toggle.dashicons {
           display: none;
       }
   
       /* Social menu */
   
       .social-menu {
           background-color: #e8e8e8;
           text-align: center;
       }
   
       .social-menu ul {
           list-style: none;
           margin: 0;
           padding: 0;
       }
   
       .social-menu ul a:before {
           display: block;
           font-family: "typicons";
           font-size: 36px;
           font-smoothing: antialiased;
           font-weight: 400;
           position: relative;
           text-align: center;
           text-decoration: none;
           text-rendering: optimizeLegibility;
           vertical-align: text-bottom;
       }
   
       .social-menu ul li {
           display: inline-block;
           list-style: none;
           margin: 0;
       }
   
       .social-menu ul a {
           display: inline-block;
           margin: 0 3px;
           text-decoration: none;
       }
   
       .social-menu ul a:hover {
           color: #7b7b7b;
           text-decoration: none;
       }
   
       .social-menu ul:last-of-type {
           margin-right: 0;
       }
   
       .social-menu ul a[href*="facebook.com"]:before {
           content: "\e0e4";
       }
   
       .social-menu ul a[href*="twitter.com"]:before {
           content: "\e0f8";
       }
   
       .social-menu ul a[href*="dribbble.com"]:before {
           content: "\e0e2";
       }
   
       .social-menu ul a[href*="plus.google.com"]:before {
           content: "\e0ea";
       }
   
       .social-menu ul a[href*="pinterest.com"]:before {
           content: "\e0f2";
       }
   
       .social-menu ul a[href*="github.com"]:before {
           content: "\e0e8";
       }
   
       .social-menu ul a[href*="tumblr.com"]:before {
           content: "\e0f6";
       }
   
       .social-menu ul a[href*="youtube.com"]:before {
           content: "\e0fc";
       }
   
       .social-menu ul a[href*="flickr.com"]:before {
           content: "\e0e6";
       }
   
       .social-menu ul a[href*="vimeo.com"]:before {
           content: "\e0fa";
       }
   
       .social-menu ul a[href*="instagram.com"]:before {
           content: "\e0ec";
       }
   
       .social-menu ul a[href*="linkedin.com"]:before {
           content: "\e0f0";
       }
   
       .social-menu ul a[href*="/feed"]:before {
           content: "\e0db";
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Spacing Header](https://wordpress.org/support/topic/spacing-header/)
 *  Thread Starter [anton17](https://wordpress.org/support/users/anton17/)
 * (@anton17)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/spacing-header/#post-7074050)
 * First of all, thanks a lot for your help!
    I’d really like to adopt it to my 
   page but I can’t seem to find the right place to put the code in that you’ve 
   given me. I found the style.css file and the theme package that I’m using but
   there is no area called Custom CSS. Can I just add the code under ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Spacing Header](https://wordpress.org/support/topic/spacing-header/)
 *  Thread Starter [anton17](https://wordpress.org/support/users/anton17/)
 * (@anton17)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/spacing-header/#post-7074020)
 * [antonsteinbeck.com](http://www.antonsteinbeck.com)

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