Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
Hi All techies,
I am not able to align the text correctly. Example would be the text under “Fair-Trade Photos” and “Buy with confidence”. Can someone guide me?
I am using TEXT box under widgets to put this text.
http://ibuystockphotos.com/
Are you using a child theme?
If so, you could put your style formatting parameters into the CSS class “textwidget” inside the child theme’s style.css.
Just an example:
.textwidget {
color: #ff0000;
margin: 10px;
}
@redneck wrote:
Are you using a child theme?
If so, you could put your style formatting parameters into the CSS class “textwidget” inside the child theme’s style.css.Just an example:
.textwidget {
color: #ff0000;
margin: 10px;
}
Can we do sth inside the text box? Like using HTML etc..
@nikd90 wrote:
@redneck wrote:
Are you using a child theme?
If so, you could put your style formatting parameters into the CSS class “textwidget” inside the child theme’s style.css.Just an example:
.textwidget {
color: #ff0000;
margin: 10px;
}
Can we do sth inside the text box? Like using HTML etc..
BTW this got fixed in the latest release 2.7.3 🙂
You must be logged in to reply to this topic.