Website scaling (photo and text)
-
How do I scale the photos and text that appear on my wordpress website? At the moment they are quite big, and I would like them to be smaller.
The blog I need help with is: (visible only to logged in users)
-
Hi there, on Blink, the images are set to 50% (2 per row) or 100%, one per row. Due to the way Blink is structured, about the only thing we can do is to narrow the overall width of the theme main container (.site). You can add the following custom CSS and see play with the 900px width I arbitrarily put in for the “max-width” value. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
.site { margin-left: auto; margin-right: auto; max-width: 900px; }
- The topic ‘Website scaling (photo and text)’ is closed to new replies.