• I am using the blogroll widget to link to a site. The link has the link image, link name and like description with is good.

    The problem is that the link description not aligned to the link image. The description has 3 lines. The first line is to the right of the image and the second and third lines are under the image.

    How do I change the link so the image so the description is aligned with the image?

    The site url is https://www.chinatravelgo.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ChinaTravelGO

    (@chinatravelgo)

    Any ideas or suggestions will be greatly appreciated

    Thread Starter ChinaTravelGO

    (@chinatravelgo)

    Looks like no one knows how to do this…. too bad

    Looks like no one knows how to do this…. too bad

    the problem is that there is no blogroll widget with the described issue visible in the linked site.

    maybe you need to provide more details, or a screenshot.
    or maybe you don’t have a problem ??

    Hi,

    Using the right-click mouse menu item “Inspect Element” I was able to discover that blogroll widget img tags have the “widget_links” class.

    If you add this to your style.css file you can affect the image alignment.

    .widget_links img{
    	float:left;
    	clear:both;
    	padding: 3px;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to align image with description in blogroll widget?’ is closed to new replies.