Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I’ve tried reading that page but don’t understand how to do it
if you want to fit it correctly to home page means
1)Kindly added the line in the custom_style.css (line:6)
add margin-top:-30px;
2)or if you need to resize the image by using css like that
max-height:—px
max-width:—-px
Regards,
vicky..
don’t remove anyother line in css make undo and try it
hope its help you!!!!!
Viky I do not understand what you are saying. Please can somebody explain step by step where to go and what to do. I am using the theme Udesign btw.
If you can tell me which tab to go to, what to insert and then what will help make my imagine fit properly.
Go back to my website, you can see how bad it looks!
It’s meant to read Global Emerging Ventures btw but the text has disappeared for some reason.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
It is unfair to press WordPress forum volunteers for support with issues responsible with your theme’s vendors.
Remember, forum volunteers aren’t paid for support. Your theme’s vendors are.
Try asking here:
http://dreamthemedesign.com/u-design-support/
Commercial themes are not supported here — and your questions is about the theme so you need to ask the developer/vendor for help.
Right click on your logo on Firefox and ‘Inspect Element’. It probably will be named as ‘div id-”logo”
Open up your stylesheet and find #logo or whatever it is classed as (div id ”logo”.
Add height: ..px;
width: ..px;
It’s a background image — so height and width are irrelevant so far as sizing the image itself.