Okay
  Public Ticket #1563568
Change Post Title Position
Closed

Comments

  •  10
    jonnymnemonic started the conversation

    Hi Paul,

    Is it possible to change the position of the title of the post? Right now, it's at the bottom right corner of the image (as you can see from the attachment). Is there any way to either remove it or put it inside of the image? 

    Thank you!

    Best,

    Jon

  •  291
    Paul replied

    Hi Jon!

    Sure. To put it inside of the image, try this custom CSS:

    .portfolio-title {
        position: absolute;
        bottom: 0;
        right: 25px;
    }
    

    Or, to completely remove it:

    .portfolio-title {
        display: none;
    }
    

    I hope it helps!

    Regards,
    Paul

  •  10
    jonnymnemonic replied

    Hi Paul,

    Thanks for this! For some reason, I forgot I even posted this, and I just got back to it now.

    I'm having trouble getting the mobile version and non-full screen versions to comply. I've attached a few screenshots.

    The second screenshot shows what I would like to happen: large font on the bottom-right. This works when I have the website on full-screen. 

    The first screenshot shows the mobile version in which the portfolio title is a bit off-center. 

    The third screenshot shows what the main page looks like when it's not in full-screen. It's correctly placed in the bottom-right, but the font is still quite small.

    Hope this is not too problematic. Thanks Paul!

    Best,

    Jon

  •  10
    jonnymnemonic replied

    Actually, to be more clear, only a width greater than 1000px seems to work. Any width less than 1000px does not work.

    I've tried playing around with the 'responsive' .portfolio-title(s) in the parent theme CSS, but I've had no luck.

    I'm really bad at programming stuff. Sorry!

  •  10
    jonnymnemonic replied

    Wait! I did it! I figured it all out! Yesss! I guess it did have to do with changing the .portfolio-title in the parent CSS.

    Just one more thing. For some reason, I still can't get the mobile version portfolio title to go to the bottom right. It's still centered. How do I change this? Thanks Paul!


  •  291
    Paul replied

    I just checked your site on a small viewport and portfolio titles are already displaying at the bottom right (screenshot: https://cl.ly/sT0n ). So did you already figure it out?

  •  10
    jonnymnemonic replied

    Hi Paul,

    What the! It looks like I did! Strange, it wasn't updating earlier, but now it is. Thanks for the help!

    Cheers,

    Jon