Uriahs Victor
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Amadeus] Indenting in Posts, and hiding site titleHey there,
Regarding auto indentation the simplest way to achieve this without too much custom coding which I am afraid we cannot provide support for, is to do some of your own indentation by switching to the “text” tab of your editor and adding:
before every paragraph. Please keep in mind that when you switch back to the “visual” tab of the editor this change might be gone. So you would have to save the post while it’s on the “text” tab.To achieve what you want with the site title then you could add the following to your child theme’s style.css:
.site-title{ display: none; }Forum: Themes and Templates
In reply to: [Amadeus] Featured image sizeHey there,
It shows that size because your original images are actually that size. You can see an example here:
http://i2.wp.com/www.mycraftilyeverafter.com/blog/wp-content/uploads/2016/05/banana-pudding.jpg
You could resize your images to your desired dimensions, then upload them and assign each as the featured image of the desired post.
Best regards,
UriahsForum: Themes and Templates
In reply to: [Amadeus] How to align menu left instead of central?Hey there,
You could left align the menu items by adding this to your child theme’s style.css:
.main-navigation ul{ text-align: left; }If you do not know how to create a child theme then you could read how here: http://docs.themeisle.com/article/14-how-to-create-a-child-theme
For adding a search box to the menu you could use a plugin like this one: https://wordpress.org/plugins/bop-search-box-item-type-for-nav-menus/
Best regards,
Uriahs