• Hi, need help for this site
    https://pctest.it
    I’ve got to change top position of the latest post, from top:0px to top:30px.
    Using firefox I analyze the page and find:
    element———inline
    position:absolute;
    top:0px;
    left:0px;

    The question is: how can I change these values, witch file contains these attributes?
    thanx for any help
    Paolo

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello!

    I have checked your site. The file which is containing the related css is style.css inside your wp-content/themes/pinboard/ folder. However you should not edit that file directly, because that way if you update the theme or WordPress, your settings will be lost. I suggest you to create a child theme, and inside the child theme’s folder create a style.css file with the proper contents, and paste your css modifications there. I have made a detailed tutorial video on how to create a child theme, which you can check out here [ Moderator note: Please use Codex links when possible and not send send to your own site. ]

    If you need any help, just drop a line here.

    Greetings,
    Balint

    Hi,

    That inline styles come from masonry jquery plugin during runtime

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change position of homepage elements’ is closed to new replies.