Entertainicus
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Gateway theme] Remove empy white space to the right of postsI know I have to edit the style.css but where is this space defined? Anyone please?
Forum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] How to remove Submit buttonFigured it out.
Resolved
Forum: Fixing WordPress
In reply to: Resize image in posts so it is not stretchedI just figured it out myself. 🙂 For future reference: the problem is in the funtions.php
add_theme_support( ‘post-thumbnails’ );
add_image_size( ‘gateway-post-image’, 712, 440, true );
add_image_size( ‘gateway-page-image’, 712, 440, true );as you can see I change both values to the desired size. Now everything works fine.
Thanks again though.
Forum: Fixing WordPress
In reply to: Resize image in posts so it is not stretchedIf I change it to 100% and auto then the images on the front page will change as well and each have different sizes and the image in the posts themselves will still be stretched
Forum: Fixing WordPress
In reply to: Resize image in posts so it is not stretchedthank you.
but that is the width and height I would like the image to have I changed those values on purpose. I just like it to look the exact same way it does on the front page in the posts. Without distorting the image.
I have manage to remove the section in CSS completely but there is still an empty space