Title: css code alignment question
Last modified: August 19, 2016

---

# css code alignment question

 *  [zayb321](https://wordpress.org/support/users/zayb321/)
 * (@zayb321)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/css-code-alignment-question/)
 * [http://www.hagutah.com](http://www.hagutah.com)
 * Using Frugal theme. I have 3 home top widgits & two home bottom widgets.
 * 1)I need the coding to align the video I embeded form YOUtube. I have the coding
   to align text but that doesnt work. It is in my home bottom left widget area.
 * 2)Using the following code to align the text in all three top widigits,
 * .hometopwidget {
    text-align: justify; }
 * How would I change .hometopwidget to align only the top left or right or center
   widget?
 * Thank You in advance.

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

 *  Thread Starter [zayb321](https://wordpress.org/support/users/zayb321/)
 * (@zayb321)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/css-code-alignment-question/#post-1749112)
 * Very interesting. I added some text to my home bottom left widget where my video
   is & the video aligned center. I deleted the text and the video is still aligned
   center of the widget.
 * I hope to still get ananswer for future use.
 *  [fordp](https://wordpress.org/support/users/fordp/)
 * (@fordp)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/css-code-alignment-question/#post-1749127)
 * You would need to find a way to modify:
    <div class=”homebottomwidget hb_widget
   feature_link”> to <div id=”bottomleft” class=”homebottomwidget hb_widget feature_link”
   >
 * Than you could use:
 * #bottomleft .hometopwidget {
    text-align: justify; }
 * to modify only the bottomleft widget

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

The topic ‘css code alignment question’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [fordp](https://wordpress.org/support/users/fordp/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/css-code-alignment-question/#post-1749127)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
