Hi,
Love the enfold theme. The Potomac River Boathouse site needs to have its logo sit on top of the page content the same way the Friends of Georgetown Waterfront Park site does. Basically I want the first site to be like the second site without the customized logo content.
Thanks for your help!
Hey
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo {
top: 30px;
}
Best regards,
Yigit
Thanks Yigit.
One other question –
how can I have the full screen slider that doesn’t crop the top off of photos. Look how the washington monument is cropped on a large screen.
Hey!
Have you tried using transparent header on your page? That should solve the issue without having to change the image itself.
Cheers!
Yigit
I have tried using the transparent header but then the logo and menu doesn’t stand out quite enough. Can I add increase the opacity on the transparent header?
Hi!
Sure, you can choose Glassy Transparent option or add following code to Quick CSS
#header.av_header_transparency {
background: rgba(0,0,0,0.2);
}
0,0,0 is RGB value of the color and 0.2 is opacity level
Regards,
Yigit
Thanks – one other question.
On the division site, how do I set it up so that the columns don’t overlap each other on the responsive pages? Look at the home page and then minimize the screen a bit. What I want is each column to shrink accordingly at first and then when there’s not enough page space, the current issue preview (first column) should be the first item and the second column the second item.