• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Table cell borders not showing RsJuno

Table cell borders not showing RsJuno 10 months 3 weeks ago #42815

  • cappleby
  • cappleby's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 24
I have a table in my website neac.org.au which uses the RsJuno template. I've set borders to 1 but only the outside border shows, not the cell borders. Using the chrome Inspect facility shows that theres a css file at ../media/vendor/scss/_reboot.css which allows the cell bordersto be set to 1 however my ftp program doesn't show the vendor/scss folder. Can anyone tell me how I can fix this.

BTW if I use the RsMatias template the boders show correctly.
The administrator has disabled public write access.

Table cell borders not showing RsJuno 8 months 5 days ago #42936

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 559
  • Thank you received: 102
You can add something similar:
#rstpl-com_content table td{
  border-width:1px;
}

..within a custom.css file which you can create as explained here.
The administrator has disabled public write access.

Table cell borders not showing RsJuno 8 months 5 days ago #42942

Hi, I've since discovered that I needed to select all cells, go to cell properties, select advanced and set border width to 1 (or more) and the borders al lshow up. Simply selcting border width in the table properties only puts a border around the table.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!