How can I fix the size on the frontpage column image so they are similar in size and look?
category image size
11 posts from 3 voices-
Posted 6 months ago #
-
Hi ldaskal,
Can you post a link to your site? specifically the one that has the issue above. I tried to check the site linked in your name but it gives me an empty page.
Regards,
IsmaelPosted 6 months ago # -
Posted 6 months ago #
-
Hi ldaskal,
Kindly add this code in your Quick CSS(inside Theme Options > Styling) or custom.css:
#top .slideshow li img { max-height: 212px; max-width: 320px; }Hope this helps. :)
Regards,
IsmaelPosted 6 months ago # -
great, that worked - another quick question, why are some pics linkable and other not - on the frontpage and how can I put a border around the pic?
Posted 6 months ago # -
sorry, I just noticed this...the front looks good, but when you click into the post - the image stays small - http://www.yyscene.com/analog-cafe/
how can I fix this or move up the text?
Posted 6 months ago # -
Hi Idaskal,
For the border, kindly replace the code I gave you above with this code:
#top .slideshow li img { max-height: 212px; max-width: 320px; border: 1px solid black; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }Just adjust the border properties.
For the linkable pics, inside your WP Dashboard, kindly go to Portfolio Items and edit a specific portfolio, then Find Featured Media (located on the bottom) and click Show. Then find Apply link to the image? and you can choose "Link to this post" or other options available and Save it. Hope this helps. :)
Regards,
IsmaelPosted 6 months ago # -
they're not portfolio images?
Posted 6 months ago # -
Hi ldaskal,
An image will be clickable if the featured image for that post has the setting to be clickable. For a post item its editable by expanding the image in the meta box under the visual editor and selecting different Link Options from the dropdown. For portfolio items its the same thing but on the invidual portfolio item page.
I also think I just answered a similar if not identical question as this one shortly ago. If so, please keep questions to a single topic so that we aren't duplicating support topics/responses.
Regards,
Devin
Posted 6 months ago # -
Sorry Devin!
But I just need know how to tweak this code:
#top .slideshow li img {
max-height: 212px;
max-width: 320px;
border: 1px solid black;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}I'm looking to only change the sizes of the frontpage "featured" images and keep the rest the same size. Also, once the image is clicked and it goes the post...I would like the image to be the same size I uploaded it. Also, is the there a way to make the border, this color: #5abfde and possibly the dotted border?
I hope I make sense.
Posted 5 months ago # -
Hi Idaskal,
I just checked your site and its seems that you had already fixed it. :)
Regards,
IsmaelPosted 5 months ago #
Reply
You must log in to post.














