• lintlo

    (@lintlo)


    Hi wp community,

    I have searched the forum but not found anything about it.

    I have the following problem:

    I created a static page and set it up as the home page (or do you say front page? I don’t know the english translation)

    The design of the page was as I wanted it.

    Then I duplicated the page for translating it into another language.

    Now I have the problem, that the copied page has lower width than the front page.

    If I set the new one as front page, the old one has the problem.

    I want the other sites having the same size (width) as the front page.

    My custom CSS is as follows:

    .site-branding {
        display:none;
    }
    
    .site-content {
    	padding: 0;
    }
    
    .panel-content .wrap {
        padding-bottom: 0em;
        padding-top: 0em;
    }
    
    .wrap {
    	max-width: 1280px !important;
    }
    
    .entry-title { 
      display:none; 
    }
    
    .navigation-top  {
    	background-color: rgba(0,0,0,0.7);
      color: #ffffff;
      left: 55%;
      position: absolute;
      top: 4px;
      width: 40%;
      height: 70px;
    }
    
    .navigation-top a {
      color: #ffffff;
    }
    
    .main-navigation ul {
    	text-align: center;
    }
    
    .navigation-top .current-menu-item > a,
    .navigation-top .current_page_item > a {
    	color: #ffffff;
    }

    Please help me to fix it.

    Thank you so much.

    Marcel from Germany

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • egf

    (@egf)

    Your front/home page can be targeted with the class .home. Other pages (and the home page) can be targeted with the class .page. If there isn’t a different template selected for the home versus other pages, then perhaps you just need to target the type of page that isn’t matching up with the home page.

Viewing 1 replies (of 1 total)
  • The topic ‘Difference between static front page and static other pages’ is closed to new replies.