Hi aishahhb
You could add 2 line into the default layout in template manager in tab Layout like below:
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
...
<blocks name="top" style="xhtml">
...
<block name="mainnav" type="mainnav" main-inner="1"></block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="font" type="usertools/font"></block>
<block name="profiles" type="usertools/profiles"></block>
<block name="topsl1" type="spotlight" special="left" specialwidth="70">sl1-l,sl1-r</block>
<block name="topsl3" type="spotlight" special="left" specialwidth="70">sl1-l1,sl1-r1</block>
...
</blocks>
...
</layout>
Note:
The bold text is added in layout. And I worked with T3 Blank.
You should style the output to accord with your purpose
Thanks,