How do I change the location of the logo

Latest Reply from Alice at 2016-02-25 05:29:01
How do I change the location of the logo on the FitRun theme? I want to move it to the right instead of the left
Hi!
Unfortunately, there is menu on the right and it will be looking strange in this case. However, if you don't use the main menu you may edit the following code:
/* ========================================= Theme Header. ========================================= */
#logo {
float:left;
margin-top: 17px;
}

change it to "float:right;" in the style.css file of the theme.

Leave a reply

Add codeAdd image