I am trying to figure out two questions.
1. The header on the homepage will not reduce in size. No matter what option I pick, 25%, the size on the front end will not reduce?
2. I want to reduce the width of the sidebar that appears on the blog posts.
Any assistance is greatly appreciated.
Nick
Hey Nick_Skehan,
Please note that the height settings are for “minimum” height, your logo image in the color section is 354px with a lot of transparent space around it, try removing the transparent space so the image is smaller. The inner color section has a top and bottom padding of 50px, you can remove it with this css:
.home #av_section_1 .content.av-content-full {
padding-top: 0;
padding-bottom: 0;
}
Also note that you are using a transparent header, which is 118px in height, so you should not count the height from the top of the screen, but from the bottom of the header, to see what I mean change the header Header visibility and transparency to No Transparency
Best regards,
Mike