0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

SOLVED how to replicate line that separates modules?

  • SOLVED how to replicate line that separates modules?

    Posted 13 years 2 weeks ago
    • hi there,

      I was wondering if there is a way to replicate additional line that separates the modules.

      I am using the NEBULAE 2011 Template and would like to put some stuff between the utility position and mainbottom, but with an additional line in the middle.

      To get the picture, I've added a thumbnail.

      Thank you.
    • Last Edit: 13 years 2 weeks ago by bitinthenet.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED how to replicate line that separates modules?

    Posted 13 years 2 weeks ago
    • there should be s dividing line image at the top and bottom of the utliity row
  • Re: SOLVED how to replicate line that separates modules?

    Posted 13 years 2 weeks ago
    • hi davis,

      yep. actually i saw that and it's cool.

      but is there a way to add manually one.

      let's say i put 3 things in same position, ie. utility A and it piles togheter in different rows. is it possible to add a line, the same we are talking about, among those positions?

      i think i should change something in the css template file responsable for the positions.

      thanks in advance.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED how to replicate line that separates modules?

    Posted 13 years 2 weeks ago
    • This can be done using a module class suffix like horiz-bottom

      then add this at the bottom of your template.css file:
      .horiz-bottom .rt-block {background: url(../images/style1/horz-div.png) 50% 100% repeat-x;}
       
      that will do if it is just one module on top of one module
      If you are talking about multiple columns of modules you can do something like this
      .horiz-bottom .rt-block {background: url(../images/style1/horz-div.png) 50% 100% repeat-x;margin-left: -10px;margin-right: -10px;}
       
      but beware that using different title types for module class suffixes or content amounts will mess with the height and thus the alignment.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED how to replicate line that separates modules?

    Posted 13 years 2 weeks ago
  • Re: SOLVED how to replicate line that separates modules?

    Posted 13 years 2 weeks ago
    • very kind davis.


      i will try to create a new module.

      regards,
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED how to replicate line that separates modules?

    Posted 13 years 2 weeks ago
    • my pleasure :cheesy:

Time to create page: 0.077 seconds