-
AuthorPosts
-
March 16, 2016 at 2:03 am #598728
hi. what code must i add to get a 1px black outline border here: http://imgur.com/VS1P9nt and here: http://imgur.com/DuSarYw
March 16, 2016 at 4:07 am #598742Hi 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 KashyapMarch 16, 2016 at 10:48 am #598864Thank 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.
March 16, 2016 at 7:05 pm #599122Hey!
Please change the code to following one
.html_boxed #main .container_wrap.fullsize { border-left: 1px solid #000; border-right: 1px solid #000; }Regards,
YigitMarch 16, 2016 at 8:07 pm #599163Hey Yigit, now there is no border at all :)
March 16, 2016 at 8:15 pm #599173Hi!
Please use following code
#socket .container { border: none!important; } .container { border-left: 1px solid black!important; border-right: 1px solid black!important; }Best regards,
YigitMarch 16, 2016 at 8:33 pm #599188Thank you Yigit, Only at the bottom is one line missing :) http://imgur.com/n26WYew
March 16, 2016 at 8:36 pm #599191Hi!
Please add following code to Quick CSS as well
#socket .container { border-top: 1px solid black!important; }Regards,
YigitMarch 16, 2016 at 10:00 pm #599263Thank you Yigit. CLOSED.
Can you please help me here: https://kriesi.at/support/topic/code-for-custom-css-class-for-color-section/
March 16, 2016 at 10:02 pm #599266
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 :)March 17, 2016 at 6:00 am #599436Hey!
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 -
AuthorPosts
- The topic ‘black 1px outline’ is closed to new replies.
