0
Welcome Guest! Login
0 items Join Now

border lines on showcase

  • border lines on showcase

    Posted 12 years 10 months ago
    • Ben Simon's Avatar
    • Ben Simon
    • Elite Rocketeer
    • Posts: 4301
    • Thanks: 8
    • Full-time web developer

    Re: border lines on showcase

    Posted 12 years 10 months ago
    • Hi,

      Are you referring to this border?
      This image is hidden for guests.
      Please log in or register to see it.
    • B e courteous to staff and members that volunteer their time helping you
      E ssential Tool - FireBug
      N ever assume I know what version you're talking about

      S earch the forum for a solution first
      I nclude a link to the problem
      M ark your resolved issues as [SOLVED]
      O nly PM moderators if they request it first
      N o...
  • Re: border lines on showcase

    Posted 12 years 10 months ago
    • this border
      This image is hidden for guests.
      Please log in or register to see it.
    • Ben Simon's Avatar
    • Ben Simon
    • Elite Rocketeer
    • Posts: 4301
    • Thanks: 8
    • Full-time web developer

    Re: border lines on showcase

    Posted 12 years 10 months ago
    • So you want the white border line across the top of the showcase position? Perhaps like this:
      #rt-showcase {
      border-top: 2px solid white;
      }
      Also, just so you know. This styling you added to template.css is causing the utility position to overlap half the border:
      #rt-utility {
      background-repeat: no-repeat;
      padding: 0 0 8px;
      background-position: 50% 100%;
      margin: 0 -250px -8px;
      position: relative;
      z-index: 1;
      }
      This image is hidden for guests.
      Please log in or register to see it.
    • B e courteous to staff and members that volunteer their time helping you
      E ssential Tool - FireBug
      N ever assume I know what version you're talking about

      S earch the forum for a solution first
      I nclude a link to the problem
      M ark your resolved issues as [SOLVED]
      O nly PM moderators if they request it first
      N o...
  • Re: border lines on showcase

    Posted 12 years 10 months ago
    • So whats the solution? Whta code do i need to delete or add?

      Thanks
    • Ben Simon's Avatar
    • Ben Simon
    • Elite Rocketeer
    • Posts: 4301
    • Thanks: 8
    • Full-time web developer

    Re: border lines on showcase

    Posted 12 years 10 months ago
    • So what do you want? Where do you want to add a border?

      Thanks
    • B e courteous to staff and members that volunteer their time helping you
      E ssential Tool - FireBug
      N ever assume I know what version you're talking about

      S earch the forum for a solution first
      I nclude a link to the problem
      M ark your resolved issues as [SOLVED]
      O nly PM moderators if they request it first
      N o...
  • Re: border lines on showcase

    Posted 12 years 10 months ago
    • I want to delete the white border that is on showcase module.
    • Ben Simon's Avatar
    • Ben Simon
    • Elite Rocketeer
    • Posts: 4301
    • Thanks: 8
    • Full-time web developer

    Re: border lines on showcase

    Posted 12 years 10 months ago
    • It's not a border, it's the background color showing from behind the smaller showcase position. You'll need to edit this code you put in template.css:
      .main-surround2 {
      background-color: white;
      margin: 0 -2px;
      padding: 0 2px;
      }
      and set the padding to 0 like this:
      .main-surround2 {
      background-color: white;
      margin: 0 -2px;
      padding: 0;
      }
    • B e courteous to staff and members that volunteer their time helping you
      E ssential Tool - FireBug
      N ever assume I know what version you're talking about

      S earch the forum for a solution first
      I nclude a link to the problem
      M ark your resolved issues as [SOLVED]
      O nly PM moderators if they request it first
      N o...
  • Re: border lines on showcase

    Posted 12 years 10 months ago
    • Thanks. It Works!!
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: border lines on showcase

    Posted 12 years 10 months ago
    • If this solved your issue, please mark the subject of your original post [SOLVED]. Likewise, if you still need help please reply with details.

Time to create page: 0.074 seconds