Hey,
I am about to change to Enfold on this website http://www.newyorkinspiration.com (it is not live yet)
and I have created a page for the frontpage where I will have a 1/3 element and a 2/3 element
The blogpost images have a width of 700px and this is visible on a single blog post but not in the 2/3 element
I have set the dimension to 1510px
and 74% | 26%
What code can I add in order for the 2/3 to show the content/images with a minimum width of 700px?
Thanks
Charlotte
Hey Charlotte!
I’m not sure I understand completely but a 2/3 element will be wider than 1k pixels with those dimension so there shouldn’t be a problem using images 700px wide.
Best regards,
Rikard
Hey!
You can increase the max width of the post content:
#top .fullsize .template-blog .post .entry-content-wrapper > * {
max-width: 800px;
}
Note that the content will inherit the size of the column width regardless of the max width value.
Cheers!
Ismael
Thanks..
I have added the code to the quick ccs but I can´t see any difference.
http://www.newyorkinspiration.com/new-york-inspiration/
The blog post image width is still around 600px
Hey!
Please add following code to Quick CSS and adjust as needed
.new-york-inspiration .sidebar {
width: 30em;
}
.new-york-inspiration #content {
width: 74em;
}
Best regards,
Yigit
Thanks…. I have added it and adjust it but still no change :(
The image size of the blog post does not change
and neither does the width of the sidebar content…
Hey!
Please use this code and adjust as needed
.single .container .av-content-small.units {
width: 75%;
}
> sign was converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field and i was seeing older version while logged out
Regards,
Yigit
Ok, thanks :)