• 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

    (@zayb321)

    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.

    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.