Need a little help moving a border in Forever Theme
-
Hello, I need some help with customizing the Forever theme.
I would like to move the border and the space that comes after the ” Posted on ____, ____ by Raphael Zoren” and relocate it above the post title in order to create a space between the header and the post title.
This only happens in post pages.
http://journeywonders.com/2014/03/11/5-reasons-why-youll-fall-in-love-with-guanajuato-mexico/
I would also like to increase the size of the Category/Monthly Archives:
http://journeywonders.com/category/how-to-travel-more/
Thank you very much!
The blog I need help with is: (visible only to logged in users)
-
Hi, give the following a try and see if this is what you are looking for.
.entry-header .entry-meta { position: absolute; top: 0; width: 100%; } .entry-header .entry-title { padding-top: 50px; } -
Thanks, it worked very well. I still need a little bit of help with:
I would also like to increase the size of the phrase “Category/Monthly Archives”:
http://journeywonders.com/category/how-to-travel-more/
Thanks in advance :)
-
PS. Could it be also possible for the code above to work only in posts? It looks kind of strange in the homepage itself. Thank you :D
-
For the title on the categories pages, add the following and you can adjust the size and bottom padding as desired.
.category .page-title { font-size: 1.5em; padding-bottom: 1.1em; }On the “Posted On…” the following will move the title on the single post pages only. Remove the previous code, or modify the top line of each rule (the selector) to match what I have below.
.single .entry-header .entry-meta { position: absolute; top: 0; width: 100%; } .single .entry-header .entry-title { padding-top: 50px; } -
-
-
-
I’d like to remove the sidebar search box, archives and meta listing on the right of my blog and have the copy extend across the entire page.
You helped me do this several months ago. Can you tell me how to do it or just go ahead and do it for me. Thank you. / Ron
For this Phillies blog: Ron-Costello.com
-
@coolron33, could you start a new help request? The forum thread you’re adding on to here is about the Forever theme, so your question should be in a separate thread.
-
-
- The topic ‘Need a little help moving a border in Forever Theme’ is closed to new replies.