On the full product display the social links does not look as good, as they could be. See attached screenshot.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vasike’s picture

Status: Needs work » Needs review
FileSize
540 bytes

indeed. it seems there's a fixed width for the social links items.
This is an issue of Omega Kickstart.
here is a patch for this.

lsolesen’s picture

Project: Commerce Kickstart » Omega Kickstart
Version: 7.x-2.6 » 7.x-3.x-dev
Status: Active » Needs work

Makes no difference. It is still the same after applying the patch.

Cookiz’s picture

Can you tried with this patch (I've simply remove the fixed width in the css).
I will include this modification in the theme if it works for you.

lsolesen’s picture

Status: Needs work » Needs review
lsolesen’s picture

I applied the patch and got the following:

$ git apply service_links_layout_1996734-2.patch
service_links_layout_1996734-2.patch:336: trailing whitespace.
    
warning: 1 line adds whitespace errors.

Also the output seems to be the same, see attached.

lsolesen’s picture

Status: Needs review » Needs work
lsolesen’s picture

Cookiz’s picture

Status: Needs review » Closed (won't fix)

Okay so it seems the iframe for fb like button has settings (admin/config/services/service-links/widgets)
by default the width is set to 100px, because of the length of the like button in your language you will need to change the width to something like 160px.

The patch #2 will be included in the next omega_kickstart release (removing the width for the .service-links ul li).