-
-
Currently I am using the Business 2 theme. When you view an individual staff page, the featured photo spans the full width of the page, and the text sits below it, spanning the full width of the page as well.
I would like for the featured photo to be left aligned, with text to the right of it. How would I go about adjusting the layout like this? Thank you.
-
Hello,
To achieve this, please add into your custom css box, the lines:
.blog-article.standard-style .content { width: 50%; } .blog-article.standard-style .media { width: 50%; }
Best regards!
-
Thank you for your reply. This made the image 50% of the width of the page, and the text still spans the full width, and sits below the image. What changes would have to be made in order to have the text sit to the right of the image?
-
Adding to that – the image is also being cropped, and turned into a landscape style image. It should be a portrait style image. Please advise – thank you.
-
Hello,
Can you please show us your site’s url? So we can be more precise.
Thank you!
-
-
Hello,
You can change thumbnails size at the file functions.php.
Find the line:add_image_size( 'blog', 825, 340, true );
and change the size.
Then recreate the thumbnails or re-upload the image.Best regards!
-
Thanks Ruco – this only answered half of my question though. I would also like for the photo to sit on the left of the page, with the text sitting next to it on the right (instead of below it). How would I go about doing this?
-
Or – is there a way to have the featured image NOT show up on the individual staff member page, and ONLY on the full team page? That way I can just add an image into the content of the individual staff page.
-
Hello,
Sorry, that requires customization that is not included in this support.
Best regards!
-
How would one reach the levels of receiving that type of support? You can’t even just point me in the direction of the right file to do this is? This seems like a very basic and straightforward question.
-
Hello,
Please can be you be more specific, if you want to add any images into the team page, this is possible with adding another element like media.
Let us know.
Best Regards!
-
You must be logged in to reply to this topic.