Jump to content

[SOLVED] Can’t figure out how to move the search block


Recommended Posts

Hi,
Edit "global.css" under "/themes/dakota/css/global.css", find line 352.

There will be this code:

#header #search_block_top {
background-color:#DDE9F4;
float:left;
height:28px;
width:330px;
}



In this code delete "width:330px;". It will be like that

#header #search_block_top {
background-color:#DDE9F4;
float:left;
height:28px;
}



hope it will help you.

Link to comment
Share on other sites

That worked great for moving the search box, but how about shifting the other header_links to the left a little?

I see it is next to the currencies_block_top and languages_block_top.

I need to shift the header_links to the left closer to the languages_block_top like in the image I provided.

Link to comment
Share on other sites

in global.css, find line 294, codes below:

#languages_block_top ul#first-languages {
float:left;
height:1.5em;
width:8.8em;
}



Delete "width:8.8em;"

Change above with this code, it will be like that :

#languages_block_top ul#first-languages {
float:left;
height:1.5em;
}

Link to comment
Share on other sites

I'm not sure what forum software is used, but there is no button I can click to automatically add [sOLVED] to the front of the title. I can edit the topic title and manually type [sOLVED] to the front, but it is preferable for the topic owners to add [sOLVED] themselves, since it is quicker than waiting for a moderator to add it and it saves the moderators time they can spend answering questions instead of editing topic titles.

Link to comment
Share on other sites

  • 2 weeks later...
I'm not sure what forum software is used, but there is no button I can click to automatically add [sOLVED] to the front of the title....


I was just saying that if the forum software is PHPBB, there are free modules that give the forum the capability to let users click a button and it automatically set's the title to [sOLVED]
Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...