Title: Gemini Theme Issue
Last modified: August 18, 2016

---

# Gemini Theme Issue

 *  Resolved [montag](https://wordpress.org/support/users/montag/)
 * (@montag)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/gemini-theme-issue/)
 * I have switched to a Gemini theme and have been tinkering with it. I’m not sure
   if I created this problem or not; but if you click on a post title and scroll
   down to below the comment list, the sections (ie: where it says “RSS feed…” and“
   Line and paragraph breaks…”) are shoved all the way over the the left (no margin.)
 * My attempts to edit the stylesheet invariably end up with me getting my margins
   in the comment area, but also ‘increasing’ the margins everywhere else: in the
   post content and the sidebar.
 * Any suggestions will be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/gemini-theme-issue/#post-280656)
 * The area you want to style is not enclosed in a tag so therefore is hard to style.
   But ..
 * In comments.php, there is this line:
    `<h2 id="comments">`
 * Immediately before that, put this:
    `<div id="commentblock">`
 * Now find the end of the comments area, which I think is:
    `</form>`
 * Immediately after that, close the div:
    `</div>`
 * Now in your style.css, you need to style
    #commentblock {}
 * I’d suggest
    #commentblock { margin-left: 20px; } see what happens and go from
   there.
 *  Thread Starter [montag](https://wordpress.org/support/users/montag/)
 * (@montag)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/gemini-theme-issue/#post-280668)
 * That did it. Thanks, Podz.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Gemini Theme Issue’ is closed to new replies.

## Tags

 * [Gemini](https://wordpress.org/support/topic-tag/gemini/)

 * 2 replies
 * 2 participants
 * Last reply from: [montag](https://wordpress.org/support/users/montag/)
 * Last activity: [20 years, 7 months ago](https://wordpress.org/support/topic/gemini-theme-issue/#post-280668)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
