Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #585012

    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!

    #585074

    Hey

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .logo {
        top: 30px;
    }

    Best regards,
    Yigit

    #586277

    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.

    #587164

    Hey!

    Have you tried using transparent header on your page? That should solve the issue without having to change the image itself.

    Cheers!
    Yigit

    #587340

    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?

    #587365

    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

    #587447

    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.

    #587452

    Hey!

    That happens because of your embedded element. Please add following code to Quick CSS

    .issuuembed.issuu-isrendered {
        width: 100%!important;
    }

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.