Jump to content

Search the Community

Showing results for tags 'border'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 8 results

  1. Designing a site and I am using an all white background for the fixed global navbar and body.   Problem I'm running into is I don't want the "border" that appears at the bottom of the navbar. I'm assuming this is because it's "fixed" but would like to have no border/separation.   Anyone had success with playing with this yet?   I tried uploading a screenshot but keep getting an error.   I have tired border: none, etc but honestly, can't find the code or reference for what is causing that to show up.   Also, anyone need any custom css to make changes on things, I have started a nice cheat sheet of stuff I have found and started adding to a Word doc. Just makes it easier to change an element or ID when you have the name, etc...saves the searching through Firebug.   Thanks.   James
  2. I'm trying to add a border between the left sidebar and the main column and I'm finding it impossible. Here's some details with the problem... If I add a border on the left sidebar, on it's left or right side, the whole sidebar gets pushed underneath the main column. I'm guessing because it's too wide. Because if I add a margin on the left sidebar I get the same result. Whereas padding works fine- If I add a border to the left or right of the main column, the left sidebar is pushed down. The right sidebar seems to stay intact no matter what I do to it. And changing the right sidebar doesn't effect the left sidebar. Would appreciate any advice, thanks.
  3. I found this in support for adding a border to each individual box. .fbox { border: 1px solid red; } I have added this css code to the box page for each of 2 boxes on my main page. It is not showing up. Am I also supposed to add it to the css customization located on site options? I don't think it goes in the meta section on the home page because I'm guessing that is if you want to border all the boxes on that page. My boxes are not showing up with a border
  4. I would like to be able to add borders around things like the content area and sidebar widgets. Not a big border but borders around each specific widget or box. It really makes the design look cleaner and I would like to know how to do this?
  5. Hi, I need help creating a border around the Universal Sidebar to match the border around my Quick Slider. www.NeverTri.com Any help would be appreciated. Thanks, rob
  6. hey guys, i have been searching in this forum for css code to change the size of my headlines and delete the border arround the thumbnails on my blogroll... yes, i used firebug too this is the code i use right now: /*Change Font Size for H2 Title Headings*/ h2.entry-title.entry-title a { color: #fff; font-size: 24px; line-height:1.0em; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15); } /* ==== POSTS ==== */ .post-meta .c_img { background: none repeat scroll 0 0 #fff; border: 0 solid #fff; box-shadow: 0 0 0 transparent; } .post-meta .c_img .hentry .c_img { border: 0 solid transparent; display: block; line-height: 0; max-width: 98%; padding: 0; } .post-meta .c_img img { box-shadow: 0 0 0 #ffffff; } unfortunately the code is only working in safari...not in firefox... so when i open the page with safari...everything is just like i want it to be. when i open it with firefox...no changes appear. firefox: safari: any idea what the problem might be? thanks in advance... link to the site: http://www.agenturfactory.de/FACTORY_2012/
  7. Grey Border Around Slider

    On this site (http://mysteriouske.com) the slider on the home page has an unintentional and unwanted gray border around it. How do I get rid of that?
  8. Client wants a single pixel border around the content, not to include the header or the full-width-sidebar we're using as a footer. Problem I'm trying to solve is that on the home page, there are boxes in the more_foot area and there cannot be a line between the main content area and more_foot area. I've got it working by putting a top border on the full-width-sidebar to close the outline of the main content, but client wants to tighten up the space between the full-width-sidebar text and the border. I've tried negative padding, but it doesn't take. This is my first site with PageLines. Any wisdom? cordek.wdhdesign.com
×