Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Title of post and sticky notes (http://forum.bytesforall.com/showthread.php?t=22745)

enri1968 Aug 25, 2014 08:02 AM

[SOLVED] Title of post and sticky notes
 
Hi,

sometimes the title of the post goes on the image of sticky (if I choose sticky),
is it possible that the title is under the row of the sticky?

Here it is am example

www.sullamaca.it

Thanks
Best
Enri

juggledad Aug 25, 2014 09:03 AM

What browser are you using?

enri1968 Aug 25, 2014 09:05 AM

Mozilla Firefox 31.0

lmilesw Aug 25, 2014 12:16 PM

You may have to reduce the length of your title or adjust the CSS in the "POST Container: STICKY" box.

juggledad Aug 26, 2014 02:35 AM

Try changing the z-index of the image

enri1968 Aug 28, 2014 09:23 AM

Thanks for your kind answers, but I don't understand very well.
Where can I put the CSS z-index Property ? Not in POST Container: STICKY?

juggledad Aug 28, 2014 12:19 PM

Let me make sure I understand what you want to do. Do you want to always have the sticky image on a new row or do you want the sticky to overlay the title if the title is long?

enri1968 Aug 28, 2014 01:53 PM

Hi,

I would like to have the sticky image at the top in the right corner like now and the title in the next row below so the title doesn't overlap the sticky img.
Thanks again
Best
enri

juggledad Aug 28, 2014 06:30 PM

the image is ta background image for teh post. The best you can do is going to ATO->Style POSTS & PAGES->POST Container: STICKY and changing
HTML Code:

background: #eee url(http://yourdomain.com/wp-content/themes/atahualpa/images/sticky.gif) 99% 5% no-repeat;
to
HTML Code:

background: #eee url(http://yourdomain.com/wp-content/themes/atahualpa/images/sticky.gif) 99% 0% no-repeat;
(the 5% becomes 0%)

and then adding the following to the CSS Inserts option
HTML Code:

div.sticky div.post-headline {margin-top: 20px;}

enri1968 Aug 29, 2014 01:34 AM

Perfect!
thanks


All times are GMT -6. The time now is 01:44 AM.

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