Issue with margin-bottom and wordpress multicurrency dropdown
-
Hi:
I have set up a multicurrency converter dropdown (with woocommerce booster) just above the “add-to-basket” button. It has the right padding/ margin in the desktop version but in the mobile version (I am using jetpack mobile theme) the dropdown is literally touching the add to basket button, which makes for very bad design.
Using inspect element in the mobile version of the website, I am able to add a margin-botom value and it works great.
element { margin-bottom: 1em; } However, when I then add the below code to the custom css in the customiser, it does not work. #wcj-currency-select { margin-bottom: 1em; }
Can anyone help me please? I don’t know what to write instead of the work “element”. I assume #wcj-currency-select is not the correct thing to write…
Thanks in advance
- This topic was modified 6 years, 5 months ago by .
- This topic was modified 6 years, 5 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Issue with margin-bottom and wordpress multicurrency dropdown’ is closed to new replies.