Hi, I’m trying to style a color section containing a slider, but I can’t seem to identify where to edit the top padding. If I know where to edit the setting I can play with it to find the best height. Would also like to be able to do the same on the portfolio post pages.
I’ve included login info on private content.
Thanks!
Hey hutch80,
Can you please send me a screenshot of the top-padding you’re seeing. I’m not able to view it to well and I want to make sure I target the right area.
Best regards,
Jordan Shannon
Hi Jordan.
https://drive.google.com/open?id=1smW_2cDNupQJ0nlLD6Dpl_CohmYnnUpW
So we would like the area to start higher up if possible
Hi,
Thanks for providing the additional info. Please add the following to quick css:
#avia-menu a{
height:50px!important;
line-height:50px!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
Sorry my pic must not have been clear, it’s the slider image under the header we want to shift up, not the header text.
Thanks
Hi,
Perhaps the following will work instead:
main.template-page.content.av-content-full.alpha.units{
padding-top:0px!important;
}
Best regards,
Jordan Shannon