Home › Forums › All Other Themes › align the logo
- This topic has 3 replies, 2 voices, and was last updated 6 years, 3 months ago by
Forum Moderator.
-
AuthorPosts
-
July 3, 2017 at 10:28 am #77079
Hi,
http://akaal-ltd.com/dev/
We are trying to align the logo within the white area of the website header, we are setting the margin in the customise section of the logo.
However we cannot get this to float on the middle in all resolutions and keeps crashing into the menu bar.
Please can you advise bespoke css to apply.
Thank you
KatieJuly 3, 2017 at 12:30 pm #77115Hi,
I am not sure what you mean by this. Can you may be draw or point out in an image?
You can upload image in imgur.com and share the link here.
Regards,
DaveJuly 3, 2017 at 12:51 pm #77122Basically if you resize the screen the logo crashes into the menu bar,on my colleges screen the logo sits perfectly but on my screen the logo crashes into the menu.
(this is before the screen goes small enough to be the mobile version)Hope this helps.
Thank you
KatieJuly 3, 2017 at 1:36 pm #77142Hi,
Kindly go to Appearance>>Customize>>Basic>>Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .head-info-area .left, .head-info-area .right { float:left;} .right .view-all-btn { display:none;} .view-all-btn a { padding:5px 0;} .logo { margin-bottom:30px;} }
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.