Hey,
I have to questions and would be very happy if you have a solution for that:
1. How can I increase the distance between the header and the first blog-image >here (http://goo.gl/O5CbMR) and at the Blog-Article >here (http://goo.gl/AI26YO)
2. How I can have all the big images at the blog and the blogarticle with boxshadow like this (http://goo.gl/6DvJvx)
Thank you very much for your help!
Regards,
wordmax
For the Question 1 I found the problem now. Because above entry slider on the homepage there was always a big white area I got the hint to use:.content {padding-top: 0;} in quick-css. That worked but therefore also the first picture on blogpage comes to close to the header. I changed the code to .home .content {padding-top: 0;} . Now it works.
But for the boxshadow I still have no idea how to realize.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.big-preview.single-big a {
box-shadow: 1px 1px 3px 4px #ccc !important;
}
Best regards,
Yigit
Hey Yigit,
thanks for the answer but on the right side of the pictures there is something going wrong. http://goo.gl/O5CbMR
Regards,wordmax
Hi!
Please add following code to Quick CSS as well
.big-preview.single-big img {
width: 100%;
}
Regards,
Yigit
Perfecto, works like a charm. Thank you very much!
Regards,
wordmax