Hi,
how can i change sections width? I want them to take 100% of site width. And place one under another.
Sections Width
-
Drake
- Phoca Newbie

- Posts: 2
- Joined: 29 Jan 2009, 19:47
Re: Sections Width
/* sections box */
#phoca-dl-sections-box div.sections {
width: 100%;
position: relative;
float: left;
margin: 5px;
padding: 5px;
here it is. i solved myself.
#phoca-dl-sections-box div.sections {
width: 100%;
position: relative;
float: left;
margin: 5px;
padding: 5px;
here it is. i solved myself.
- Jan
- Phoca Hero

- Posts: 49138
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
-
kitiden
- Phoca Newbie

- Posts: 4
- Joined: 07 Mar 2009, 00:51
Re: Sections Width
Where go this text????Jan wrote:great, Jan
Please, help !!!
-
kitiden
- Phoca Newbie

- Posts: 4
- Joined: 07 Mar 2009, 00:51
Re: Sections Width
Where is the text? that file? where should I copy that text?Drake wrote:/* sections box */
#phoca-dl-sections-box div.sections {
width: 100%;
position: relative;
float: left;
margin: 5px;
padding: 5px;
here it is. i solved myself.
Help, please.
I also want to modify the anho of the section and not knowing.
Thanks
-
kitiden
- Phoca Newbie

- Posts: 4
- Joined: 07 Mar 2009, 00:51
Re: Sections Width
Where is the text? that file? where should I copy that text?Drake wrote:/* sections box */
#phoca-dl-sections-box div.sections {
width: 100%;
position: relative;
float: left;
margin: 5px;
padding: 5px;
here it is. i solved myself.
this posible in: components/com_phocadownload/views/sections/tmpl/default.php ????????????????????????????????????'
-
Scouti
- Phoca Newbie

- Posts: 3
- Joined: 05 Oct 2008, 02:07
Re: Sections Width
Hello,kitiden wrote:Where is the text? that file? where should I copy that text?Drake wrote:...
this posible in: components/com_phocadownload/views/sections/tmpl/default.php ????????????????????????????????????'
look at components/com_phocadownload/assets/phocadownload-red.css. (red, please, search your choosen template (red, blue, blue with rounded corners a.s.o) and put in to the abouth given section /* sections box */ the posted lines (ca. line 14 ff.)
-
kitiden
- Phoca Newbie

- Posts: 4
- Joined: 07 Mar 2009, 00:51
Re: Sections Width
THANKS THANKS THANKS THANKS THANKS THANKS THANKS THANKS THANKS THANKS THANKS THANKS THANKS THANKS THANKSScouti wrote:Hello,kitiden wrote:Where is the text? that file? where should I copy that text?Drake wrote:...
this posible in: components/com_phocadownload/views/sections/tmpl/default.php ????????????????????????????????????'
look at components/com_phocadownload/assets/phocadownload-red.css. (red, please, search your choosen template (red, blue, blue with rounded corners a.s.o) and put in to the abouth given section /* sections box */ the posted lines (ca. line 14 ff.)