Is there a way to change the placing of images in spun?
-
Hi, I was wondering if there is a way to move the placing of my images on my homepage. Right now they are placed in the middle of the page, is there a way to make them sit more towards the right side of the page, and also i little higher up the page.
ThanksThe blog I need help with is: (visible only to logged in users)
-
if there isn’t a way to move them to right of the page, is there a way to move them higher up the page, so there is less of a gap between my header image and them, thanks.
-
Hi there, try adding the following to widen the content area a little. Spun is a responsive width theme, so this will affect only browser widths and device widths greater than 1200px (the first responsive trigger point in the design).
.single .hentry, .error404 .hentry, .page .hentry, .search-no-results .no-results { width: 800px; }I see you got it moved up using the following CSS:
.home .hentry{ padding-top:0 } .home .entry-content{ margin-top:0 }
- The topic ‘Is there a way to change the placing of images in spun?’ is closed to new replies.