- Posts: 13
COMMUNITY FORUM
Picture alignment
- Dmitry Prohorov
-
Topic Author
- Offline
- New Member
Thats in the Editor:
Thats on the site:
I have read that I must to edit css file to solve my problem but I dont know what exact I must edit.
Thank you in advance.
Please Log in or Create an account to join the conversation.
- troponin
-
- Offline
- Platinum Member
- Posts: 398
div.catItemImageBlock, div.itemImageBlock, div.userItemImageBlock, div.genericItemImageBlock {
float: left;
margin: 2px 5px 0 0;
padding: 0;
delete the float tag and your Image will be in the middle.
Please Log in or Create an account to join the conversation.
- Dmitry Prohorov
-
Topic Author
- Offline
- New Member
- Posts: 13
May be I must edit other things?
Please Log in or Create an account to join the conversation.
- troponin
-
- Offline
- Platinum Member
- Posts: 398
Please Log in or Create an account to join the conversation.
- Dmitry Prohorov
-
Topic Author
- Offline
- New Member
- Posts: 13
Please Log in or Create an account to join the conversation.
- troponin
-
- Offline
- Platinum Member
- Posts: 398
img {
float: left;
margin: 0.25em 1.2em 1.2em 0;
padding: 0;
}
you have compressed your css so i cant say which css. I think it should be the templetae.css
Please Log in or Create an account to join the conversation.
- Dmitry Prohorov
-
Topic Author
- Offline
- New Member
- Posts: 13
Please Log in or Create an account to join the conversation.
- troponin
-
- Offline
- Platinum Member
- Posts: 398
Deactivate the css compress method in backend, to see changes work
Please Log in or Create an account to join the conversation.
- Dmitry Prohorov
-
Topic Author
- Offline
- New Member
- Posts: 13
Thats why I ask you to hel me with my .css files.
And I dont know, how can I deactivate this compression. I'm so newbie.
Thank you a lot.
Please Log in or Create an account to join the conversation.
- troponin
-
- Offline
- Platinum Member
- Posts: 398
Please Log in or Create an account to join the conversation.
- Dmitry Prohorov
-
Topic Author
- Offline
- New Member
- Posts: 13
Please Log in or Create an account to join the conversation.
- Dmitry Prohorov
-
Topic Author
- Offline
- New Member
- Posts: 13
Dmitry Prohorov said:
hm... strange... Ok. I put files without archive.
Please Log in or Create an account to join the conversation.
- troponin
-
- Offline
- Platinum Member
- Posts: 398
img { float: left; margin: 0.25em 1.2em 1.2em 0; padding:0; }
Please Log in or Create an account to join the conversation.
- Dmitry Prohorov
-
Topic Author
- Offline
- New Member
- Posts: 13
Please Log in or Create an account to join the conversation.
- Dmitry Prohorov
-
Topic Author
- Offline
- New Member
- Posts: 13
Please Log in or Create an account to join the conversation.