Tagged: logo placement
- This topic has 5 replies, 2 voices, and was last updated 1 year, 2 months ago by
Sakin.
-
AuthorPosts
-
September 20, 2022 at 6:57 pm #311145
Rebecca Keogh
ParticipantHi ,
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
September 20, 2022 at 7:30 pm #311146Sakin
KeymasterHi Rebecca,
Please add the following CSS in “Appearance => Customize => Additional CSS” box:
.home .custom-logo { margin-top: 30px; }
September 20, 2022 at 9:56 pm #311147Rebecca Keogh
ParticipantHI 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
September 20, 2022 at 10:07 pm #311148Sakin
KeymasterHi 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,
SakinSeptember 20, 2022 at 11:50 pm #311156Rebecca Keogh
ParticipantHi Sakin,
That is working perfectly now – thank you very much.
Best Regards
Rebecca
September 21, 2022 at 12:14 am #311160Sakin
KeymasterHi 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 -
AuthorPosts
- The topic ‘Easy Moving of the logo ?’ is closed to new replies.