Forum Discussion

Abed_AL-R's avatar
Abed_AL-R
Icon for Cirrostratus rankCirrostratus
Dec 16, 2020

APM | Header logo

Hey

 

I'm struggling with bringing the header logo image to the right side of the page

 

I don't here option to modify it

 

 

I searched also in advanced with no luck

 

 

1 Reply

  • i found something

    but not sure if its healthy

    so in advanced customization > header.inc > line 31 :

    i replaced this line:

    <td id="header_leftcell"><img src='<?=$GLOBALS["header_logo"]?>'/></td>

    with this:

    <td id="header_rightcell"><img style="float: right;" src='<?=$GLOBALS["header_logo"]?>'/></td>