markbrule
Member
Hi all!
Lets see if I can explain myself .
Im creating content in html with a maximum width of 800px. For example I use two images one next to each other of 398px width and work greats. The same with one 800px width. The issue comes before creating the thread or post, when I do use the preview option. Seems that only 780px of width are available of use so I do not see the images properly. Yes, after creating the thread or posts works but not in the preview mode. In the image attached you can see the file with a 780px but originally its 800px. Also you can see an example of preview and created.
How could I set the preview mode to 800px width?
-I tried it with and without addons
-I tried it with standard xenforo editor
-The style is set to responsive
My extra.css only contains this:
.sidebar .visitorPanel {
display: none;
}
.mainContainer {
width: 128%;
}
The page width controller:
Thank you in advance and sorry for my poor explanation. Its my first time playing around with css...
Test link http://www.theacp.com/index.php?threads/test.119/
PREVIEW THREAD
THREAD ALREADY CREATED
IMAGE
Lets see if I can explain myself .
Im creating content in html with a maximum width of 800px. For example I use two images one next to each other of 398px width and work greats. The same with one 800px width. The issue comes before creating the thread or post, when I do use the preview option. Seems that only 780px of width are available of use so I do not see the images properly. Yes, after creating the thread or posts works but not in the preview mode. In the image attached you can see the file with a 780px but originally its 800px. Also you can see an example of preview and created.
How could I set the preview mode to 800px width?
-I tried it with and without addons
-I tried it with standard xenforo editor
-The style is set to responsive
My extra.css only contains this:
.sidebar .visitorPanel {
display: none;
}
.mainContainer {
width: 128%;
}
The page width controller:
Thank you in advance and sorry for my poor explanation. Its my first time playing around with css...
Test link http://www.theacp.com/index.php?threads/test.119/
PREVIEW THREAD
THREAD ALREADY CREATED
IMAGE