do you have a link to your site? i can find a css fix for now..
an update is coming, i created an issue here:
https://github.com/Themekraft/Custom-Community/issues/215
hope this helps, konrad
Yes mate
http://www.edwardsandgriffiths.co.uk
hang on 2 secs and i’ll drop a widget in the right header section
Ok try now,
You’ll see the search box above my logo when it should be to the right so my logo doesn’t drop down
Byro
BTW you can disable the header background image by going into
THEME SETTINGS -> HEADER -> HEADER IMAGE and write “none” (without the quotation marks.. )
okay im refreshing and waiting for the widget 🙂
cannot see any widgets in your header..
The search widget is in there
It comes up on the left, even though I’ve put it in the right section
Byro
ah got it,. try this CSS to float it to right again:
#header .row-fluid .widgetarea.cc-widget-right.span4 {
float: right;
}
add the css to ThEME SETTINGS -> CSS tab..
Ok done that,
It does go to the right, but it still pushes my logo down
Byro
you can now go from here and change the header height first, then adjust the logo.
so first the header height:
go to theme settings -> header -> header height and play around with something like 100px or so..
then to adjust the log add this css to your css tab in Theme Settings -> CSS:
#logo {
position: absolute;
top: 30px;
}
hope this helps, let me know, konrad
Thanks Konrad,
It looks more like it should now.
Thanks for helping me out
Byro
great! sounds like -> topic resolved 🙂