Link to home
Start Free TrialLog in
Avatar of jonathanduane2010
jonathanduane2010

asked on

top of images seems to be cutting off

Hi Guys,

On my site here http://newsite.mightyavonradio.com i am having an issue on my slider where the top of my slides are being cut off, is this a css issue and what should i do?

Thanks
Avatar of Tom Beck
Tom Beck
Flag of United States of America image

Try this. Add margin-top:145px to the markup where this definition appears:

.vc_custom_1427897418710 {
    margin-bottom: 0 !important;
    margin-top: 145px;
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}
Avatar of jonathanduane2010
jonathanduane2010

ASKER

Hey Tom,

What css file to i add that to?
Ok, i have added that through wp, but  a strange thing happens here where it doesnt show the top of the body page?

http://newsite.mightyavonradio.com/?page_id=1845
ASKER CERTIFIED SOLUTION
Avatar of Tom Beck
Tom Beck
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial