Forums
(@muktadhawan)
4 years, 6 months ago
Add this too.
.home .entry-content .wrapper { margin-top: 34px !important; }
Try This:-
#main { padding-top: 0px !important; }
.home #site-logo img { display: none !important; }
Try This. OR if you can please share website link
great!! please mark it resloved
for the top space you need to check page editor as space is in editor section
for footer space. please add this css
#supplementary-wrapper {display: none;}
may be this is cache issue. if you have cache plugin please try to delete cache.
you can check “alt” and “title” tag in coding area by using ctrl+u. title can be check by hovering the image. but alt tag never see on frontend.
To make Daan Sanders unclickable add this css:-
.site-name a { pointer-events: none; }
——————————
For the first point please try to replace this is on theme-style.css:- .custom-background .site { /* min-height: 75vw; */ padding-bottom: 3.911rem; }
hi
has the issue been resolved?
you have added logo but title and description is disappear i can check the css with title and description. Please try to add
Please marked it resolved.
you can edit published date showing in post editor on right side
May be this trick will work for you
please take a screen shot of your website’s header part then check in any designing tool what is exact space your website logo is covering
i think this is because logo size is too large. please upload exact size logo.
Try to add this css
#primary-menu li a { width: auto !important; }