• Resolved tecdiver7

    (@tecdiver7)


    Hello,

    I would like for the image in the sidebar widget to be centered from left to right in the sidebar and I would also like for it to be a little lower. I would like for it to begin level with the body of the text.

    Thanks for your help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter tecdiver7

    (@tecdiver7)

    I’m sorry, my site is robrold.com.

    Theme Author nobita

    (@nobita)

    Hi tecdiver7

    For Example

    Add style.css bottom

    #text-2 .textwidget{
        text-align:center;
        margin-top:3em;
    }

    Thank you.

    Thread Starter tecdiver7

    (@tecdiver7)

    Hi nobita,

    I added the code to my style.css but nothing changed. The image is still on the left edge and at the top of the sidebar and I would like for it to be centered. Any other suggestions?

    Thanks!

    Theme Author nobita

    (@nobita)

    Thread Starter tecdiver7

    (@tecdiver7)

    I followed those directions, but still no change. The Version in my style.css was 1.273 instead of 1.275 as in your comment, but I changed it to 1.276 and saved the file, but no change. I am not sure what you meant by ‘Style force apply’ in your comment.

    Theme Author nobita

    (@nobita)

    I can not understand did it why does not work

    However, the method can also be found in the other.

    More, please try to specify a strongly style

    Please change the html of the text widget

    wrapping div element and style attribute.

    <div style="text-align:center;margin-top:3em;">
    <img src="http://robrold.com/wp-content/uploads/2015/02/tec-vert2.jpg" />
    </div>
    Thread Starter tecdiver7

    (@tecdiver7)

    Changing the html of the text widget worked! Sorry to be so much trouble.

    Thank you for your help!

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

The topic ‘widget image position’ is closed to new replies.