Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #365
    Profile photo of nikd90
    nikd90
    Participant

    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/

    #4144
    Profile photo of Andre
    Andre
    Participant

    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;
    }
    #4145
    Profile photo of nikd90
    nikd90
    Participant

    @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..

    #4146
    Profile photo of nikd90
    nikd90
    Participant

    @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 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.