Joelle Hartog
asked 10 years ago

Hello, 
I have a question about the size of the gallery. 
When I upload a gallery it’s automatically really big, which makes the photo really unsharp. 
So how can I change the size of the gallery and have a sharp photo? 

Thanks! 

Illona Poluan
replied 9 years ago

Hi Joelle, I was wondering how you were able to make a gallery posts bigger on the main page? (Taking up 2×2 grids rather than just 1) Thanks a bunch!

2 Answers
DominicStaff
answered 10 years ago

Hello Joelle ! 
Please send me your site for further checking.

Joelle Hartog
replied 10 years ago

Hello,

This is the site:
http://www.thisislilyblog.com/

When you go to magazine, you see an unsharp gallery
I hope you can help me!

Wilfred
answered 10 years ago

Hi Joelle!
To resolve this issue please replace “YOUR CONTENT” in following code with your content.

 [row class="row-fluid"]
[col class="demo_col span2"][/col]
[col class="demo_col active span8"]
YOUR CONTENT
[/col]
[col class="demo_col span2"][/col]
[/row]

Hope this helps!

Joelle Hartog
replied 10 years ago

Thank you very much for your help.
It works, but I have another question.
How can I put the gallery in the centre of the page?
Now I can only put it left, because the centre button doesn’t work.

Dominic Staff
replied 10 years ago

You can replace the older code with new code:
[row class=”align-center row-fluid”]
[col class=”demo_col span2″][/col]
[col class=”demo_col active span8″]
YOUR CONTENT
[/col]
[col class=”demo_col span2″][/col]
[/row]

Then add the following code to the style.css file:
.main-content .alighn-center [class*=”span”] { margin-left: 16.128%; }

Powered by DW Question & Answer Pro