Hello,

Can you tell me how to centre the logo please in the header.

Once I have the logo in the centre, I’d appreciate it if you could tell me how to make the Contact menu item align to the right hand edge of the screen please

And finally in my embarrassingly long list of requests … how do I move the line at the top of the left hand column up so that it is level with the boxes surrounding the first line of posts

http://www.foto44.com

Thanks for your help

Regards Dave

3 Answers
DominicStaff
answered 8 years ago

You can add the following code to the style.css file:

@media only screen and (min-width: 986px) {
    #header #navigation {
        padding-right: 40px;
        position: absolute;
        right: 0;
        top: 0;
    }

    #branding {
        float: none;
    }

    #header-inner {
        position: relative;
        width: 100%;
        text-align: center;
    }
}

If you still face there issue, please send me username & password of your site (via private answer) for further checking. Regards,

[email protected]
replied 8 years ago

Perfect – Thank you

DominicStaff
answered 8 years ago

Hi,

  1. Please add the following code to the style.css file:

    #header #navigation li.current_page_item > a {
    color: #151515;
    }
  2. To resolve this issue, you can use the following code:

    @media only screen and (max-width: 985px) {
    #header .sidebar-control, #header .navigation-control {
        color: #000;
        font-size: 20px;
    }
    
    #branding h1 {
        padding: 0;
    }
    }

    Regards,

dominic Staff
replied 8 years ago

Note: I have accessed and helped you resolve this issue, you can check the codes line in the Dashboard > Appearance > Edit Css.

Superb Dominic, thanks for your help.

Powered by DW Question & Answer Pro