hi. what code must i add to get a 1px black outline border here: http://imgur.com/VS1P9nt and here: http://imgur.com/DuSarYw
Hi diefleischerei!
To add a little depth you can add box shadow or if you like border
.html_boxed #main {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
or for border use the below
.html_boxed #main {
border-left: 1px solid #000;
border-right: 1px solid #000;
}
Cheers!
Vinay Kashyap
Thank you. Looks nice so far. One little change at the bottom of the site. the border should look like this. no SIDE border in the socket. Thank you.
Hey!
Please change the code to following one
.html_boxed #main .container_wrap.fullsize {
border-left: 1px solid #000;
border-right: 1px solid #000;
}
Regards,
Yigit
Hey Yigit, now there is no border at all :)
Hi!
Please use following code
#socket .container {
border: none!important;
}
.container {
border-left: 1px solid black!important;
border-right: 1px solid black!important;
}
Best regards,
Yigit
Thank you Yigit, Only at the bottom is one line missing :) http://imgur.com/n26WYew
Hi!
Please add following code to Quick CSS as well
#socket .container {
border-top: 1px solid black!important;
}
Regards,
Yigit
Thank you Yigit. CLOSED.
Can you please help me here: https://kriesi.at/support/topic/code-for-custom-css-class-for-color-section/
Can you also please help me to delete the blank space in this color section and bring the color section down to the footer socket :)
Hey!
We have answered your ticket linked in this post but please avoid linking tickets in tickets it will take more time for all of us as we try to answer all the tickets as soon as possible :)
Regards,
Vinay Kashyap