Tagged: 

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

    This is my third copy of Enfold but the first time I’ve tried to use the transparent header (on the homepage). I’ve set a transparent PNG as the logo and set the page to transparent header, but I still get a white background.

    I am using a repeat-X image for the page background. Am I missing something here?

    temp site is http://948.8b6.myftpupload.com/

    thanks much!

    Nancy

    #655942

    I see that it works if the menu is above – but not below – the logo. I would like the menu to be below the header/logo.

    Also, how to show the site title AND the logo? Is this possible?

    thanks!
    nancy

    #656080

    Hi,

    We added this code to the Quick CSS section under Enfold > General Styling :

    @media only screen and (min-width:768px){
    .main_menu, .logo {
    	position:absolute!important;
    }
    .main_menu  {
    	top:160px;	
    }
    .logo{
    	top:-15px;
    }}
    

    Best regards,
    Vinay

    #656167

    Thank you very much!

    Is there a way to put the site title into the header below the logo image? I can make it part of the image, but I would prefer it to be text so that it is responsive.

    I do not understand how to place Enfold Custom Widget areas where I want them to go, for instance in the header.

    thanks again,
    Nancy

    #656384

    Hi Nancy,

    You can follow these instructions to add a widget to the header area – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    You can use the widget to add the site title into the header. Let me know if you need further assistance with CSS after following the instructions.

    Best regards,
    Jordan

    #657161

    Thanks, that worked.

    I do need CSS to move the menu and content below it further down the page.

    Appreciate your help so very much!

    Nancy

    #657575

    I did add some CSS – but not entirely satisfactory…. would prefer the menu to above the content area.

    If you could help it would be great.

    thanks again – love working with this theme!
    Nancy

    • This reply was modified 8 years, 4 months ago by nancyT.
    #658274

    Hi,

    Please try this css code:

    #main > .container_wrap_first .container {
        margin-top: 50px;
    }
    
    #top #header_main_alternate {
        top: 50px;
    }

    Best regards,
    Ismael

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