Hi,
1. How to add spacing between body and footer and maintain body color and elements?
I’m trying to add some empty space between the page body and the footer in all pages.
Tried to apply the code from a previous thread, it works but the added area is white, while my default background color is #f8f8f8.
Also, the vertical line on the right sidebar, that goes from top to bottom now, does not continue when extra spacing is added (http://excentric-bcn.com/kellen/all-products/).
I was using this code:
#footer {
margin-top: 50px;
}
2. I’d like to add a border to the images displayed in this page: http://excentric-bcn.com/kellen/our-brands/.
Tried this code, nothing seems to happen:
.page-id-624 img {
border: 5px #aaaaaa !important;
}
3. On the portfolio pages, the categories are not aligned with the images (small gap on the left side)
http://excentric-bcn.com/kellen/biscuits/
Is there a way to align them that is maintained also on tablets and mobile?
Thanks!!!
nasi
Hey nasi!
open different tickets for different questions please.
1.) Use this code in Quick CSS field:
.main_color.container_wrap.sidebar_right {
height: 2171px;
}
and adjust as needed.
Cheers!
Andy