I saw this on an old post, but it doesn’t seem to work for me: I would like boxed borders for left and right of the main content area, please
#wrap_all {
border-right: 1px solid #444444;
border-left: 1px solid #444444;
}
Hi gharding!
This would depend on what layout your using. Send us a link to your page and we’ll take a look.
Regards,
Elliott
thank you, here you go: http://relationships-at-work.com/
Hi!
Thank you for the link. Where do you want to apply the borders? A screenshot will help. Try this on Quick CSS:
.boxed#top {
border-right: 1px solid #444444;
border-left: 1px solid #444444;
}
Regards,
Ismael
that didn’t work. here is a screenshot. thank you: https://www.dropbox.com/s/y5ewdw1b6h7wrml/Screen%20Shot%202015-01-26%20at%2010.04.35%20AM.png?dl=0
g
sorry, try this link, instead: https://www.dropbox.com/s/y5ewdw1b6h7wrml/Screen%20Shot%202015-01-26%20at%2010.04.35%20AM.png?dl=0
Hey!
Please try following code
.boxed #wrap_all {
border-right: 1px solid red !important;
border-left: 1px solid red !important;
}
Cheers!
Yigit
that didn’t do it. http://relationships-at-work.com/
thanks, though
Hi!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
Yigit
Hey!
Please review your website now. You had an unclosed curly bracket in your Quick CSS field.
Cheers!
Yigit
thanks!!!! we’re done
g