#responsive-form{ max-width:940px /– change this to get your desired form width –/; margin:0 auto; width:100%; } .form-row{ width: 100%; } .column-half, .column-full{ float: left; position: relative; padding: 0.65rem; width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .clearfix:after { content: “”; display: table; clear: both; }… Weiterlesen
Recomended Plugins for WordPress
Plenty of plugins are available. After you finishing a site-design you will arrive the point to decide which plugins you want to use to fit the requirements of the project. Export / Import Customizer „Plugin Customizer Export/Import“ „Akismet Anti-Spam“ „All In One WP Security“ „Compress… Weiterlesen
Connecting to a webserver
There are some possible ways to connect to a web-server. FTP/SFTP- Connections to a server
What is my Category ID in WordPress?
So. Where will we find the ID of a category in WordPress? In the settings of the „categories“ you will find on the rights side all the category-entries you already made. Roll over a category-name shows you a little hint on the left bottom corner… Weiterlesen
Using a child-theme in wordpress 4.9.x
Using a child-theme is very useful. All the pretty customizations you‘ve done on an existent WordPress-Theme will be deleted in this „special“ moment, when you update a theme in your wordpress-backend. Aaaaargh! So if you wanna keep this customizations for just a bit longer –… Weiterlesen
Displaying only a specific category on your blog-homepage in WordPress 4.9.
Sometimes we need to add or display more than one category on the „home“ page of a website. This is pretty easy to realize. Just put the following little piece of code into your existing „fuctions.php“ of the „Parent-Theme“. Before you will have to identify… Weiterlesen