GeoDirectory SupportTitle in widget not aligned properly – GeoDirectory Support https://wpgeodirectory.com/support/topic/title-in-widget-not-aligned-properly/feed Sat, 15 Mar 2025 14:06:28 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/title-in-widget-not-aligned-properly/#post-7669 <![CDATA[Title in widget not aligned properly]]> https://wpgeodirectory.com/support/topic/title-in-widget-not-aligned-properly/#post-7669 Mon, 07 Jul 2014 14:27:49 +0000 jltrinka How do I fix this?

]]>
https://wpgeodirectory.com/support/topic/title-in-widget-not-aligned-properly/#post-7702 <![CDATA[Reply To: Title in widget not aligned properly]]> https://wpgeodirectory.com/support/topic/title-in-widget-not-aligned-properly/#post-7702 Mon, 07 Jul 2014 18:52:38 +0000 Paolo You have to modify this css:




.geodir_list_heading h1, .geodir_list_heading h2, .geodir_list_heading h3, .geodir_list_heading h4, .geodir_list_heading h5 {
    display: inline-block;
    vertical-align: baseline;
    width: calc(50% - 5px);
}

.geodir_list_heading a {
    display: inline-block;
    text-align: right;
    vertical-align: baseline;
    width: 50%;
}

Increase the width of the 1st elements and reduce the width of the second element.

Thx

]]>
https://wpgeodirectory.com/support/topic/title-in-widget-not-aligned-properly/#post-7704 <![CDATA[Reply To: Title in widget not aligned properly]]> https://wpgeodirectory.com/support/topic/title-in-widget-not-aligned-properly/#post-7704 Mon, 07 Jul 2014 19:02:14 +0000 jltrinka I added it and purged the Varnish, but still nothing.

]]>
https://wpgeodirectory.com/support/topic/title-in-widget-not-aligned-properly/#post-7706 <![CDATA[Reply To: Title in widget not aligned properly]]> https://wpgeodirectory.com/support/topic/title-in-widget-not-aligned-properly/#post-7706 Mon, 07 Jul 2014 19:08:29 +0000 Paolo what did you add?

]]>
https://wpgeodirectory.com/support/topic/title-in-widget-not-aligned-properly/#post-7710 <![CDATA[Reply To: Title in widget not aligned properly]]> https://wpgeodirectory.com/support/topic/title-in-widget-not-aligned-properly/#post-7710 Mon, 07 Jul 2014 19:17:05 +0000 jltrinka I added the css:


.geodir_list_heading h1, .geodir_list_heading h2, .geodir_list_heading h3, .geodir_list_heading h4, .geodir_list_heading h5 {
    display: inline-block;
    vertical-align: baseline;
    width: calc(50% - 5px);
}

.geodir_list_heading a {
    display: inline-block;
    text-align: right;
    vertical-align: baseline;
    width: 50%;
}

I also know that there is an issue where changes dont reflect unless !important is included, so I tried that and had no luck either.

]]>
https://wpgeodirectory.com/support/topic/title-in-widget-not-aligned-properly/#post-7711 <![CDATA[Reply To: Title in widget not aligned properly]]> https://wpgeodirectory.com/support/topic/title-in-widget-not-aligned-properly/#post-7711 Mon, 07 Jul 2014 19:20:02 +0000 Paolo Please read what I wrote:

You have to modify this css:


Increase the width of the 1st elements and reduce the width of the second element.

If you add that correctly to your child theme there is no need for !important tags.

Thx

]]>
https://wpgeodirectory.com/support/topic/title-in-widget-not-aligned-properly/#post-7723 <![CDATA[Reply To: Title in widget not aligned properly]]> https://wpgeodirectory.com/support/topic/title-in-widget-not-aligned-properly/#post-7723 Mon, 07 Jul 2014 20:21:38 +0000 jltrinka Aha! I misread your post. Thanks for this!

]]>