Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, For centering image in widget
    just use the following code

    <center><img src='your source for file' al=""></center>
    if this not helps then add class to your image any class
    for eg <img src="" class="center-img">
    then add this following css in your custom css, if you have no option for custom css then place it in your Style.css file.
    To access style.css goto Appearance > Editor

    .center-img{display:block; margin:auto}
    Thread Starter iamgabor

    (@iamgabor)

    Hi!

    Thanks for helping! This worked:

    <center><img src=’your source for file’ al=””></center>

    This picture must navigate to an another website (when user click on it)

    How can I create a link, too?

    Gábor

    <center><img src=’your source for file’ al=””></center>

    Glad to help You.

    Thread Starter iamgabor

    (@iamgabor)

    Problem solved! Thanks!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Center image in widget (textwidget)’ is closed to new replies.