getrealmedia
Member
Posted 11 months ago #
hi,
my site is grm.asia
the page in question is http://grm.asia/grm-gallery/
i would like to make the space that the gallery occupies smaller in width. right now it fills the whole column allocated for the content of the page and it is messing up the alignment of the whole page.
please point me to the codes i need to insert for it to huddle in the middle of the field.
thanks in advance
http://wordpress.org/extend/plugins/nextgen-gallery/
schoolspeak
Member
Posted 9 months ago #
grm,
The link you gave doesn't connect.
In your css file, try:
.entry-content {
height: 20px;
width: 20px;
}
...
That's just an example. You can play with the numbers. Also, you could try adding to this element:
float: left;
position: relative;
text-align: left;
margin: 10px;
padding: 10px;
And other selectors.
...