Hi Triep. Personally I’d just use a plugin like Meta Slider. Way easier and you don’t need to modify any theme files.
Thread Starter
Triep
(@triep)
Thanks! Better! Worked great!
How can I make sure the text of de website is on the same high as 2 widgets on the righ and left site?
I already deleted the page title on top of the page.
Can you post a link to your site? thanks.
Thread Starter
Triep
(@triep)
Give this a try. This removes the page title on all pages. If you only want to remove it on the home page then prefix the following styles with the .home class:
/* hide the page title container */
.page-title {
display: none;
}
/* remove content padding */
.content .pad.group {
padding-top: 0;
}
/* move content up to match sidebar top */
.content .entry p:first-child {
margin-top: -7px
}
Thread Starter
Triep
(@triep)
Thanks!
But how can I get the text on the same line as the top of the menu?
I’m not sure what you mean. Which text and which menu?