• Resolved chriskol

    (@chriskol)


    Hello,

    This is my website I’m constructing: https://www.fentini.com
    I have removed the page title, now I want to remove the margin above the slider pictures (where the page title used to be). I have installed web developer of google and tried to figure out what is causing this, but cannot find it.

    Anyone?
    Thanks, Chris

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter chriskol

    (@chriskol)

    [mod: no ned to post CSS when you post a link to your site; but when you post code, please mark it according to forum guidelines https://codex.www.ads-software.com/Forum_Welcome#Posting_Code ]

    body.page .entry-title,
    body.single .entry-title,
    .page-title {
    	border-bottom: 0px solid #e3e3e3;
    	font-weight: normal;
    	margin-bottom: 0.5em;
        padding: 0 0 0.3em;
    }
    .page-title {
    	color: #7d7d7d;
    	margin-bottom: 1.313em;
    	text-transform: uppercase;
    }
    .entry-meta {
    	clear: both;
    	color: #7d7d7d;
    	font-size: 12px;
    	font-size: 1.2rem;
    	font-weight: 300;
    	margin: 0.2em 0 0;
    }
    .byline {
    	display: none;
    }
    .single .byline,
    .group-blog .byline {
    	display: inline;

    Don’t know if it is in here maybe??

    (where the page title used to be)

    There is now an empty h1 tag here with a margin and a padding creating some of the white space.

    The rest of it is coming from a margin on your div called ‘#main’, located on line 405 of style.css.

    Thread Starter chriskol

    (@chriskol)

    Hello Creatrix,

    Thanks, it worked!

    Regards Chris

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove margin’ is closed to new replies.