Sinatra Theme Header Padding
-
Wordpress, plugins, themes and PHP are all up to date. How do I get rid of the space between the ‘home’ line and the first row? Also, the lines on the top and bottom of the ‘home’ line? I have this CSS code in: .site-header-main {
padding-top: 0;
padding-bottom: 0;
}.site-content {
padding-top: 0 !important;
}Any help is greatly appreciated! Stay safe.
-
-
-
hi @julesplay,
Please do changes of CSS using below code.
@media screen and (max-width: 960px) #primary { max-width: 100%!important; padding-left: 0!important; padding-right: 0!important; /* margin-top: 40px; */ <strong>Delete this line</strong> } #primary, #secondary { /* margin-top: 50px; */ <strong>Delete this line</strong> margin-bottom: 70px; }Hope this works
however, the URL provided by you seems self-hosted WordPress site. This forum provides assistance to the only site hosted on WordPress.com.
You would get help at the below forum:
https://wordpress.org/support/
Further to know more about the differences between WordPress.com and WordPress.org you can read this document:
- The topic ‘Sinatra Theme Header Padding’ is closed to new replies.