![]() |
Positioning Logo and Top Links [DarkFusion] - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Support (https://community.mybb.com/forum-10.html) +---- Thread: Positioning Logo and Top Links [DarkFusion] (/thread-105190.html) Pages:
1
2
|
Positioning Logo and Top Links [DarkFusion] - HybridForum - 2011-10-03 I'm having trouble editing the theme to my liking, enclosed are how the theme looks at the moment and a mock up of what I'm aiming for. BEFORE AFTER Would that kind of edit be all .css side? The above is the current css for the logo that made the "before" image.The forum is primarily offline and on localhost so I cannot provide a link. RE: Positioning Logo and Top Links [DarkFusion] - ranjani - 2011-10-04 change to below code AND hard refresh your forum page
you may also have to move logo html code in header template to above of menu code ... RE: Positioning Logo and Top Links [DarkFusion] - HybridForum - 2011-10-04 @Above: Thank you it has been aligned horizontally, would you know how to align it vertically so it's in the middle of the total header? How do I change the html without exporting to .xml ? Thanks for the response! RE: Positioning Logo and Top Links [DarkFusion] - ranjani - 2011-10-07 " How do I change the html without exporting to .xml " <-- could you elaborate it ... actually you can directly modify content in templates without exporting to any other format .. AND can we have your forum URL ... RE: Positioning Logo and Top Links [DarkFusion] - HybridForum - 2011-10-08 How it looks now after following your guidance: By the .xml comment I mean in the xml: In the above you can see all the head, title, script tags included in the .xml that the theme relies on, I'm asking if I can edit this .xml while the theme is already active without having to export the .xml and reupload.There is no URL to give as I said in the thread post, it's currently on localhost RE: Positioning Logo and Top Links [DarkFusion] - ranjani - 2011-10-08 ^ :oops: somehow I missed the localhost part ! in general, we modify code in the templates for the use within our own forum. can you post the code you have in the header template ... RE: Positioning Logo and Top Links [DarkFusion] - HybridForum - 2011-10-08 Done:
I appreciate you helping me out Ranjani. Edit: Just realised that if I zoom out of the webpage to 50% the logo is in the center where I want it to be, maybe this is helpful? RE: Positioning Logo and Top Links [DarkFusion] - ranjani - 2011-10-08 please move below part to the top of the header template and report back ...
RE: Positioning Logo and Top Links [DarkFusion] - HybridForum - 2011-10-09 Result of doing the above: Toplinks were displaced and logo is behind the (navbit?) Edit: The top navbit? shows up as <div id="panel"></div> Removing it shows the logo like so: RE: Positioning Logo and Top Links [DarkFusion] - ranjani - 2011-10-12 try this for logo in global.css AND hard refresh your forum page (use CTRL + F5 a couple of times)
AND if you need the menu links to be moved to left then you have to change
to
|