Difference between static front page and static other pages
-
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]
- The topic ‘Difference between static front page and static other pages’ is closed to new replies.