- Posts: 11
- Thank you received: 0
div class
-
LD1975
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 1 month ago #26647
by LD1975
Hi everyone,
in which scriptfile can I find the code lines of my createt rows
something like this <div class="hot_one_page_full Imagecontent">
I found only the .fullwidth in the layout.css but not my new one.
I can see it in the browser script window but I don`t find it in any of the
scriptfiles in the hot_one_page folder.
I hope you understand what I mean
:blush:
Thx
in which scriptfile can I find the code lines of my createt rows
something like this <div class="hot_one_page_full Imagecontent">
I found only the .fullwidth in the layout.css but not my new one.
I can see it in the browser script window but I don`t find it in any of the
scriptfiles in the hot_one_page folder.
I hope you understand what I mean

Thx
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #26659
by ivan.milic
Replied by ivan.milic on topic div class
you can just add your definitions at bottom of template_css.css
.Imagecontent{
.....your properties....
}
.Imagecontent{
.....your properties....
}
Please Log in to join the conversation.
-
LD1975
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #26675
by ivan.milic
Replied by ivan.milic on topic div class
As you can see in right panel on your picture there are no css classes defined for
.hot_one_page_full{
...
}
and
.proficontent{
...
}
so you can just add them if you need them
.hot_one_page_full{
...
}
and
.proficontent{
...
}
so you can just add them if you need them
Please Log in to join the conversation.
Time to create page: 0.186 seconds