• I hooked a currency selector plugin into my heading through my child theme and removed the background of the select box, but I am having issues getting it lined up with the rest of my heading.

    Can someone have a look for me?

    The site is http://lumiere24k.com/

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Quick fix

    .menu .currency {
        display: inline-grid;
    }

    Hope this helps !
    SYA

    Thread Starter pauly24

    (@pauly24)

    Hi,

    Sorry this does not work.

    I put it in my css with !important, you can see on the site it hasn’t changed.

    There is another css which overrides it yet if I untick this in the debug and the inline-grid takes over it seems to break.

    • This reply was modified 9 years, 7 months ago by pauly24.

    I see you have it lined up within your menu, you can also add this small CSS change to add some space to the menu item too:

    .wc-price-based-country {
    margin-right: 15px; 
    }

    Hope this helps.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CSS formatting problem’ is closed to new replies.