Home › Forums › Arnold WordPress Theme › Logo is not really sharp.
- This topic has 15 replies, 2 voices, and was last updated 5 years, 8 months ago by
SeaTheme.
-
AuthorPosts
-
September 21, 2020 at 11:49 am #22651
Hello,
Do you have any idea why my logo is not really sharp on the desktop?
It’s sharp on the mobile. Unfortunately not on the desktop.
Checked it with various screens and also with a laptop.
September 21, 2020 at 11:55 am #22652Then I have a second question.
Can you please tell me how I can reduce the distance between the header and the first picture?
The logo and the menu don’t take up much space, that’s a good thing.
But underneath there is a big white bar with – nothing…What I would like even better,
Is it possible to have the logo and the menu simply become transparent, if you scroll down on the home page side, as in the blog posts and galleries?September 22, 2020 at 2:04 am #22664This reply has been marked as private.September 22, 2020 at 2:18 am #22667Hi,
I found you upload a logo with 3000+ px width, it should be clear on the retina screen. For a normal screenshot without retina, better upload a double size than the shown size.
Please try to re-upload a size 580 width x 96 height logo
Best
September 22, 2020 at 8:10 am #22673That worked. now it’s sharp. Thank you!.
And is it possible to reduce the distance from the header even more so that it is only as wide as the logo?
September 23, 2020 at 1:23 am #22681This reply has been marked as private.September 23, 2020 at 10:21 am #22692Yes exactly, I mean this distance. I think something narrower would look even more elegant and would be good for the portraits on the Homepage.
September 24, 2020 at 3:38 am #22699Hi,
Please try to set the header height(in Appearance>Theme options>Layout: Header Height), the default is 140, you could enter a number like 100 or 90
Best
September 24, 2020 at 11:20 pm #22711This reply has been marked as private.September 24, 2020 at 11:23 pm #22712I forgot “Set as a private reply” my last post. Can you do that please.
September 25, 2020 at 1:44 am #22714Hi,
1. Please paste the custom CSS code to “Appearance > Customize: Additional CSS”
@media (max-width: 767px){ .header-sticky:not(.page_from_top) #wrap-outer { padding-top: 80px; } }2. Please leave the real webpage URL (on screenshot)
Best
September 25, 2020 at 11:29 pm #22723This reply has been marked as private.September 26, 2020 at 7:01 am #22724Hi,
I found an empty image above the text, Is it for spacing?
If it works fine on the mobile, please disable the space for the desktop by the custom CSS:@media(min-width:768px){ div[data-post="20200923-122955-215"] > p:first-child { height:0; } }Please update the text:
<span style="font-size: xx-large;" data-mce-style="font-size: xx-large;">Hallo ich bin der André</span>
update as:
<span class="bigfont">Hallo ich bin der André</span>define the font size by the custom CSS:
.bigfont {font-size: xx-large;} @media(max-width:767px){ font-size: 20px; /*mobile*/ }Best
September 29, 2020 at 11:22 am #22747Thank you.
This CSS
.bigfont {font-size: xx-large;}
@media(max-width:767px){
font-size: 20px; /*mobile*/
}dont work. he wrote:
“expecdet a function or ident after colon at line…”
September 29, 2020 at 11:53 am #22748This reply has been marked as private.September 30, 2020 at 1:26 am #22750Hi,
Sorry, the CSS format is not correct.
It should be:.bigfont {font-size: xx-large;} @media(max-width:767px){ .bigfont { font-size: 20px;} /*mobile*/ }Please use the custom CSS to remove top spacing for der-fo** page:
@media (max-width: 767px) { .page-id-29.responsive-ux.show-top-space #content { padding-top: 40px; } }Best
-
AuthorPosts
- You must be logged in to reply to this topic.
