You would need to recode your CSS a little.
Since you have your beer image in its own container that helps.
But you’d want to adjust the CSS:
.beer-description{
float: left;
width: 70%;
}
You can tweak it as needed.
To not worry about the image size, you should have a width set (can be a percentage) on the beer-image
container and then 100% width on the .beer-image img
Related Posts:
- How do I delete all UNUSED images from my uploads directory?
- Handle issues with change of image scaling (rounding) in 4.1 (WP Ticket #18532)
- How to extend the gallery block in Gutenberg?
- Function to get URL of original uploaded image – full size
- Allow contributor role to upload images and not edit already published articles
- Why is wp_get_attachment_image_src not working with my custom size (add_image_size)
- How to give image source in wordpress page editor?
- How to wrap WordPress image captions inside H2, H3 tags?
- Set Custom Post feature image as og:image
- Making WordPress Gallery (.gallery-item) Responsive?
- Programatically creating image attachments from local URLs and setting featured image
- Width 100%: Aspect ratio of image
- Upload images using FTP and show them in media
- add_image_size() cropped only if width of the image matches or is higher
- Applying class to links around self hosted images embedded to posts/pages
- How to Make WordPress Default gallery responsive on mobile?
- Why does wordpress generate more thumbnails than the 3 standard sizes?
- Pulling Post Image Attachments in WordPress 3.9
- How to add an image for unit testing?
- including image assets in widget
- Link Featured Thumb to Attachment Page, If Possible
- Different captions for the same image in multiple galleries. Edit Image in Gallery locally
- Get all post media images via WP REST API
- Is there a shortcut to change bulk BMP images to JPG images in a site?
- Is 700,00 jpgs too many for a WordPress site.?
- Change the RSS feed image
- WordPress Post featured image URL in the header
- Add instructions to featured image
- How do I get more image editing options in the admin?
- HTTP Error when uploading files above 7mb unless using GD Image Editor
- Question about add_image_size()
- Image resize using url parmater
- Photography Based Design – Multiple Images Per Post
- How to display / include a specific jpg on a page
- Grab remote images and update links in existing posts
- Store Snapshot created via wordpress to use with lightbox
- Get image URL after image created from canvas and sent to WP uploads with AJAX
- How can I use cached images in an AJAX response?
- Can’t get images to align with Gutenberg editor
- Show image EXIF info
- Retrieve image from content, assign it as a featured, and then remove it from the content
- Custom Loop, Match Category with Page: How to display post featured image?
- Modifying the HTML Output of Inserted Images
- Include an image within auto the_excerpt?
- Google verification challenge with file location
- How to check for images before echo
- Remove height attribute from wp_get_attachment
- How do I retrieve an image’s width and height using Advanced Custom Fields?
- wp get attachment image always gives me thumbnail
- Two “the_excerpt” questions
- Images are not showing after moving WordPress installation from server to localhost?
- Images are not showing up in “Uploaded to this post”
- Right click© images: protection
- Cache DB queries result
- Remove “%” from strings in serialized arrays in wp_postmeta
- Images not found after migrating WordPress website
- Adding srcset to an image in ajax
- Error uploading images in wordpress
- Disable Media File Image Link On Mobile Devices
- Set two default featured images
- Automatically generate missing images
- Apply nextgen-gallery lightbox effect [closed]
- VT-resize (great alternative to timthumb) : Errors cropping (litespeed, centos 6.3)
- Allow admin roles to add images to comment replies
- Calling two images at a time? A better way?
- Page speed error: “serve scaled images”
- Image Captions Have a 10px Extra Margin, And It’s Not CSS? [duplicate]
- Image.php Problem – Post Images Not Displaying In It
- View photo album without having to scroll down for each picture
- How can i sorting and display image order by siz in media library?
- x2 images for retina?
- i want to change URL of WordPress image or rewrite in runtime
- Load url image full size in thumbnail, medium, large size
- Non-existent child page URLs redirects to the image attachment URL instead of throwing 404
- WP Large Images crash page
- Images not loading on wordpress.org site
- WordPress can’t detect any thumbnails size?
- Remove image border in twentyeleven theme [closed]
- second featured post not displaying on page [closed]
- How to display posts with images in fullscreen slider
- WordPress not choosing the right image from srcset
- how to remove / hide ‘featured image’ option from side menu
- 403 Forbidden when accessing image in wordpress
- Specify which image sizes are created on a per image basis
- What is the Best way to post each pictures uploaded separately and automatically?
- Show WordPress Image Title Under Custom Portfolio Image
- Extract url from next_image_link
- Rename uploads filenames to POST-ID on upload
- Title image is missing ( but is not the WP 3.5 issue )
- Why images are disappearing on WordPress web site?
- How to include featured image on blog post preview?
- Resizing to bigger proportions as original not working
- Admin bar stats widget plugin image broken
- Hover images and Videos
- My subdirectory sites images (except webP) are throwing to 404 page even they are exist
- Multisite image URLs incorrect in editor
- Load Webp Version of Image if it exists
- Convert User’s Avatar/Gravatar to a jpg or png on the Fly
- Placing a background image with text over it
- Is there a way to add background-image to theme.json?