Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author hyunster

    (@hyunster)

    Hi do you have a URL where I can observe the issue? Thanks.

    Thread Starter emptymind

    (@emptymind)

    jonbraeley.com

    Is there a way to break out of the content width with any image or video and go full width on a static page? Then maybe I can position this where I like and butt this up against the top menu.

    Thanks.

    Plugin Author hyunster

    (@hyunster)

    Hi try this
    1. Install and activate Simple Custom CSS plugin.

    2. Go to Appearance->Custom CSS

    3. Enter this under the Simple Custom CSS setting

    .site-content article .entry-header {
    display:none;
    }

    I hope this is an adequate solution. Let me know if you need further help on this.

    Thread Starter emptymind

    (@emptymind)

    Did not work unfortunately. I did hide the home page title using below but now have a large white space above the full width image.

    .home #main header h1 {
    display:none;
    }

    Plugin Author hyunster

    (@hyunster)

    how about this?
    .content-area #content {
    margin-top: 0px;
    }

    Thread Starter emptymind

    (@emptymind)

    That’s interesting – the image moved up about 100px, so we are on the right path. About 100px left to go….

    Thread Starter emptymind

    (@emptymind)

    I actually lik to try to have a deeper site nav with larger site nav main menu text so I wonder if this would help. I am talking about the main menu on the top right.

    Plugin Author hyunster

    (@hyunster)

    Then try

    .content-area #content {
    margin-top: -73px;
    }

    Just replacing 0px with -73px

    Thread Starter emptymind

    (@emptymind)

    Thanks – that took me back to the original height…. but I just changed to -73px and it worked..! Thanks.

    I upgraded to the Pro version yesterday so maybe I should now use the forum.

    Plugin Author hyunster

    (@hyunster)

    When you change the NAV bar you will have to try adjusting the margin-top value

    Thread Starter emptymind

    (@emptymind)

    There is a pale horizontal line showing just above the image which I need to get rid off and then lower the main menu text and I am there.

    Thread Starter emptymind

    (@emptymind)

    Unfortunately I just checked the blog (post) page and the posts are now too high and cutting into the nav bar.

    Thread Starter emptymind

    (@emptymind)

    So I need to restrict the changes to the home page only.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘move aesop parallax image’ is closed to new replies.