bark@dog-training4u.co.uk
Member
Posted 5 months ago #
Can anyone help.
When I insert an image no matter what option I use to insert with the position it always never wraps the text around it, so it sit with the text above or below and makes the post look odd and big..
Does anyone have a solutions please.
Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.
bark@dog-training4u.co.uk
Member
Posted 5 months ago #
Try adding:
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {float: left;
}
.alignright {float: right;
}
to your theme's stylesheet.
bark@dog-training4u.co.uk
Member
Posted 5 months ago #