By robert on Saturday, 11 January 2014
Posted in General Issues
Replies 9
Likes 0
Views 603
Votes 0
hi
i need help here
i want to change the hight of photos posted in the stream to be square not rectangle. which code should i edit at the back-end?

i have attached a screenshot below:
Hello Robert,

I am not too sure if it makes sense to actually increase the height because it will mess up the layout for stream that contains more than 1 photo. How would you want to achieve if there's more than 3 photos? The stream might look extremely long if it's very tall.


div#es-wrap .es-stream-item-photo .es-photo-image
{
height: 500px !important;
background-size: auto !important;
}
·
Sunday, 12 January 2014 02:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Robert,

To set the height you need to use css to do so,


body div#fd.es .es-stream-item-photo .es-photo-image
{
height: 600px;
}
·
Saturday, 11 January 2014 13:51
·
0 Likes
·
0 Votes
·
0 Comments
·
hi mark

i have placed the code in the template css file: public_html/templates/protostar/css/template.css

i cant see any change. is there another css file i need to place the code in?
·
Saturday, 11 January 2014 14:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Please provide us with the link to the site
·
Saturday, 11 January 2014 14:50
·
0 Likes
·
0 Votes
·
0 Comments
·
do you want a user name and password to the cpanel

the website is http://www.zedsocial.com
·
Saturday, 11 January 2014 15:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Robert,

I am really sorry for the delay of this reply as it is a weekend for us here. Hm, could you provide the login credentials so that I can login on the site to test this out?
·
Saturday, 11 January 2014 21:32
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Sunday, 12 January 2014 01:57
·
0 Likes
·
0 Votes
·
0 Comments
·
this has worked for me thanx Mark
·
Sunday, 12 January 2014 03:29
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Sunday, 12 January 2014 13:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post