• I noticed that the text within my sidebar widget do not align the same. I am running Pagelines Frameworks and the widgets in use are “recent posts” and “Event Espresso Upcoming Events Widget”. I did notice that the “Upcoming Events Widget” does have a unwanted

      tag within it. Using My Custom CSS what is the code to make thing align left.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello!

    Could you please post a link to your site so I could take a look?

    Thank you!

    Cheers,
    Toth Balint BT

    Thread Starter stackaruk

    (@stackaruk)

    the address is cattevents.ca
    Opening page left column – second level, right column.

    Cheers

    Thread Starter stackaruk

    (@stackaruk)

    I think is the

      within the following code

    /* problem area starts…..
    <li id=”recent-posts-3″ class=”widget_recent_entries widget fix”>
    <div class=”widget-pad”>
    <h3 class=”widget-title”>News Letter Highlights</h3>

      </div>

    <div class=”clear”/>

    …problem area ends*/

    What CSS can I drop in to remove or override the

      tag?

    Hello!

    Sorry for my slow reply.

    For some reason the upper widget’s elements are in <ol>s, and the lower widget’s are in <ul>s so the difference is coming from this.

    Please try to add this CSS code:

    .widget ul{
    	margin-left: 0px;
    }

    You can install the Simple Custom CSS plugin and add the above cone at Appearance->Custom CSS.

    Let me know if this solved the issue.

    Cheers,
    Toth Balint BT

    Thread Starter stackaruk

    (@stackaruk)

    Hi Toth,

    Great, That worked!

    Thank you Sir:)

    You are welcome!

    If you have any more questions, just drop a line here and I am happy to assist!

    Have a nice day!

    Cheers,
    Toth Balint BT

    Thread Starter stackaruk

    (@stackaruk)

    Cheers to you Toth!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Widget text alignment and style’ is closed to new replies.