-
AuthorPosts
-
May 31, 2016 at 6:06 pm #641004
Hi, thanks for an amazing theme!!!
I’m having some challanges with customizing header widget. I want to have a logo center that shall overlap some of the content, and a link on right and left side that’s positioned right, look this image: https://www.dropbox.com/s/ys3zd0n62qr6kll/DraftTop.jpg?dl=0
And when I scroll I would like the header to shrink like this: https://www.dropbox.com/s/re4b46atbqume42/DraftTop2.jpg?dl=0
Is that possible? And also, the link “Reserverd bord” is getting bold, and I would like to have it normal/light.That would be fantastic!!
Thanks,
Kindly regards, MathildeJune 1, 2016 at 2:12 pm #641504Hey Mathilde,
Please firstly choose to display header and choose “Logo center, menu below” option in Enfold theme options > Header tab. Then add your “Reserved Bord” text using text widget in header area – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and then add following code to Quick CSS in Enfold theme options under General Styling tab
.logo { top: 30px; } #header_main_alternate { display: none!important; }
Best regards,
YigitJune 6, 2016 at 12:17 pm #643417Hey Yigit, thanks for your reply, we are getting close to something :-) (I sent you are reply earlier, but it seems to be not sent).
Can you please help me to get the content closer to the header before scroll and shrink https://www.dropbox.com/s/y0t7l6gp26k8g70/screensh1.jpg?dl=0
The logo is Perfect on scroll https://www.dropbox.com/s/5pcx8uc2r15hwn7/screensh2.jpg?dl=0 but I struggle With the position of “reserver bord” in my header widget. I would very muck like to have it on line With the rest of content. My content Width is 98%.And also, how do I get the columns to be 50% at tablet and 100% on mobile? Now there’s a lot of space on mobile and it also shows the empty columns and images beside instead of under text.
And also, the anchors (se menu), the title is hidden behind header on most browsers. I have made them in color section.
Thanks a lot, kindly regards, Mathilde
June 7, 2016 at 10:44 am #643938PS. Here’s my quick css if that’s any help. Look private content.
Thanks a lot, kindly regards, MathildeJune 7, 2016 at 1:04 pm #644020Hi,
try this code:
#header_main { margin-bottom: -30px; }
Best regards,
AndyJune 7, 2016 at 1:11 pm #644029Hi Andy,
Thanks so much for quick reply, but it did the opposite. Header still to large before scroll, and logo overlapping to much now on scroll.
Kindly regards, MathildeJune 7, 2016 at 2:05 pm #644061Hi,
try this code instead:
#header_main { margin-bottom: -30px; margin-top: 30px; } .av_header_shrinking #header_main { margin-bottom: 0px; margin-top: 0px; }
Best regards,
AndyJune 7, 2016 at 2:15 pm #644072Hi Andy,
Thanks a lot for quick reply. It worked well on the scroll version now. But header still large /not changed before scroll. Does it has to do with the size of logo and/or the overlay perhaps?Kindly regards, Mathilde
June 8, 2016 at 11:50 am #644725Hi,
ok try this instead:
.av_header_shrinking #header_main { margin-bottom: 0px; margin-top: 0px; } .header-scrolled #header_main { margin-bottom: 5px !important; margin-top: 30px !important; }
and adjust as needed. I hope this helps!
Best regards,
AndyJune 21, 2016 at 5:41 pm #651601Thanks a lot Andy!!!
Kindly regards, Mathilde -
AuthorPosts
- The topic ‘Widget header shrink logo and stay center, and have link on left and right side’ is closed to new replies.