Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #126566
    justine.vannson
    Participant

    Hello,

    I can’t find how to do what I want. I work with parralax frame and I would like the change the layout width. I’d like my content to be a bit larger (and not to boxed like this)
    I’d like to know if I can delete the blog section on my front page (see front page below the slider) I’d like this place to be empty and go straight to the footer. Is it possible ?

    Here is my website : http://justinephotography.fr/

    Thanks for helping

    #126589
    tikaram
    Keymaster

    @justine-vannson : Go to Apperance => Customize => Additional css and add the following css.

    .home #content {
    	display: none;
    }
    #main{
    	width: auto !important;
    }

    Let me know if you need any further assistance regarding the issue.

    Regards,
    Tikaram

    #126662
    justine.vannson
    Participant

    Hi Tikaram !

    thanks a lot it works !

    regards

    #126699
    tikaram
    Keymaster

    Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/parallax-frame/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘layout and blog problem’ is closed to new replies.