Thursday, April 30, 2015

How To Move Out the image Logo and The Title Logo Away from Header?

To move out the Logo image and fond logo is to go to this folder;

/home/thefor22/public_html/templates/beez3/css/position.css

In the image below input the following value;

#logo {
    margin-top: 0;
    margin-left: -500px;
    display: block;
    padding: 1em 0 0 0;
    width: 0;
    font-weight: normal;
    line-height: 1em;

How to Move Up the Space of the Breadcrumbs?

How to Move Up the Space of the Breadcrumbs?

1. Go to your hosting Panel and open the Layout.css file;

/home/your website folder/public_html/templates/beez3/css/layout.css

Add this code at Breadcrumbs section;

#breadcrumbs {margin-top: -11px;}

Here is the detail;