Hi,
in 7.1.1 version.
* Where do I change the logo to not be a img and just text?
* Where and how do I position the logo to the far left?
* Where and how can I add text next to the search?
Thanks!
Hi, in 7.1.1 version. * Where do I change the logo to not be a img and just text? * Where and how do I position the logo to the far left? * Where and how can I add text next to the search? Thanks! 7.1 My favorite number |
Delete the logo that is uploaded in the simple settings of the admin and enter the text that you would like to be displayed. The position is controlled by CSS in templates/base; not sure the exact one at the moment. However, note that if you have the search box on the left, it will prevent the position to be all the way to the left because of the search box; you will need to change the position of the search box; again I forget the exact CSS. To add text to the search you need to open the template file for search. Geeks, making the world a better place |
Hi, And the logo to be on the far left side.
Delete the logo that is uploaded in the simple settings of the admin and enter the text that you would like to be displayed. The position is controlled by CSS in templates/base; not sure the exact one at the moment. However, note that if you have the search box on the left, it will prevent the position to be all the way to the left because of the search box; you will need to change the position of the search box; again I forget the exact CSS. To add text to the search you need to open the template file for search.
7.1 My favorite number |
Look in general.css. You may also need to make changes to the template file. I moved mine to the right but that was some time back. Actually, I am going to remove mine altogether since search can be reached by the search button on the main menu. As for the title, you can put that left align but it is in a division that will need to be changed as well if you want it flush left to the left browser window; look in general.css for sys_ml but I think that might be picking up the width from the width set for pages; so I think that is a template change as well. Two things, the template files and the CSS files. It is not always a matter of changing the css. Geeks, making the world a better place |