Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #311145
    Rebecca Keogh
    Participant

    Hi ,

     

    I am having trouble moving there site logo for placement on the home page – the menus bar is covering the top of the logo and I would like to move it down the page slightly  – it this possible?

     

    Thank you

    Rebecca

    #311146
    Sakin
    Keymaster

    Hi Rebecca,

    Please add the following CSS in “Appearance => Customize => Additional CSS” box:

    .home .custom-logo {
      margin-top: 30px;
    }
    #311147
    Rebecca Keogh
    Participant

    HI Sakin,

    thank you for the every prompt response but your code has not moved the log at all – either with the 30 px you recommended or other margin sizes i tried – any thing else i can try ? Was there any thing else the recommend code should have included ?

     

    Thank You

    Rebecca

    #311148
    Sakin
    Keymaster

    Hi Rebecca,

    It’s not working on your site because of your existing CSS code issue. In your Custom CSS, there is missing closing bracket } in .sidebar-header-right { display: none; . Also, you don’t need that code. If you need that then add it like .sidebar-header-right { display: none; }

    Next, there are no spaces between .home and .custom-logo. So, please add space and it should be like

    .home .custom-logo {
      margin-top: 30px;
    }

    Regards,
    Sakin

    #311156
    Rebecca Keogh
    Participant

    Hi Sakin,

     

    That is working perfectly now – thank you very much.

     

    Best Regards

    Rebecca

    #311160
    Sakin
    Keymaster

    Hi Rebecca,

    Glad to hear that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/photofocus/reviews/#new-post. Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.

    Regards,
    Sakin

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Easy Moving of the logo ?’ is closed to new replies.