Home › Forums › WoodMart support forum › SVG ICON NOT WORKING IN HEADER › Reply To: SVG ICON NOT WORKING IN HEADER
Luke Nielsen
Hello,
1. The below code is for changing the indentation in the infobox. Enter it to the “Custom CSS for desktop” area that is in Theme Settings -> Custom CSS.
.whb-header .wd-info-box .info-box-title {
margin-bottom: 0;
}
2. In order to decrease the “time” field on your mobile, you need to wrap it in the <small>(8:00-15:00h)</small>
tag, then it will be less than the phone number.
3. The issue in the SVG image itself, or rather you need to open your SVG icons file with some editor like Sublime Text or default system text editor and add width="31″ height="40″
attributes to your <svg>
tag like it is shown: http://prntscr.com/m4n0qw Then you will need to re-upload your icons in WordPress Dashboard.
If you have any additional questions, please let us know.
Kind Regards
- This reply was modified 2 years, 6 months ago by Luke Nielsen.
- This reply was modified 2 years, 6 months ago by Luke Nielsen.
- This reply was modified 2 years, 6 months ago by Luke Nielsen.
- This reply was modified 2 years, 6 months ago by Luke Nielsen.