Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   [SOLVED] Move and customize the date (http://forum.bytesforall.com/showthread.php?t=22626)

Novaska Jul 11, 2014 06:47 PM

[SOLVED] Move and customize the date
 
Hello,

I am a beginner and I hope you can help.

I would like to move the date actually in the red part to the blue part.

Here is a screen :

http://s17.postimg.org/p5o73kgzz/Stream.jpg

I also would like to remove the background color of the date and to change the color of the date to Green.

I dont want to move the Tags and comments section.

Thank you :-)

juggledad Jul 12, 2014 04:17 AM

Rule 1: provide the url

you could try moving the date from the 'FOOTER: xxxxxxxxx' option(s) to the 'KICKER: xxxxxxxxx' option(s) and then position it with CSS.

That said, that is going to leave a lot of blank space to the left of the posts

Novaska Jul 12, 2014 03:05 PM

Hello,

Thank you for your answer. :)

The URL is :

http://metiersdujeuvideo.fr/

I think I am nearly done, here is a screen :

http://s30.postimg.org/x8nqv2jw1/TEST3333.jpg


I would like to move the date just a bit more to the left side in the blue section instead of the red one.

Here is my CSS :

Atahualpa Theme options > Style POSTS & Pages > BYLINE BoxStyle:

margin: 10px 30px 10px 0;
float: left;
background-color: #8cc260;
color: white;
font-size: 20px;
font-weight: bold;
border-radius: 10px;
border-width: 50px;
border-style: solid;
border-color: #8cc260;
font-family: Verdana, Geneva, sans-serif;

I probably have to modify "float: left;" by something else but I tried everything I found and it was not enough. :/

juggledad Jul 12, 2014 06:13 PM

try adding
HTML Code:

  left: 1px;
    position: absolute;
    width: 100px;


Novaska Jul 12, 2014 06:20 PM

it is perfect :-) thank you


All times are GMT -6. The time now is 07:21 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.