Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #278204
    Calemotionnc
    Participant

    Hi,

    I use Bold Photography Pro and I would like to know if it’s possible to set full width on a specific page?

    I already set the “No sidebar: full width” setting under layout settings. My homepage is in full width but all my other pages have a 1400px max width for all the content.

    I would like to set a full width on a specific page only.

    Cheers for your answers!

    #278234
    Skandha
    Participant

    @calemotionnc: Hello there,
    Can you please post in your site URL and let me know which specific page you want to be full width?

    Kind Regards,
    Skandha

    #278335
    Calemotionnc
    Participant

    Hi Skandha,

    Thank’s for your quick reply.

    Here’s the page I would like to set in full width.
    http://calemotion.com/prestations/lifestyle/

    What I would like to do is having some blocks with a specific background color on full width. Something similar to this:
    https://i0.wp.com/themes.svn.wordpress.org/train/3.0.6/screenshot.png?w=1144&strip=all

    I don’t know if it’s possible to set that on a specific page.

    Thank’s for your answer!

    #278398
    Skandha
    Participant

    @calemotionnc: Hello there,
    To increase the width of that particular page
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page-id-8294 #content .wrapper {
        max-width: 1600px;
    }

    You can change the max width according to your choice.

    To have some blocks like that you can use the section like Featured Content, Services, Portfolio, etc from the theme options in the customizer and enabled them on the entire site. Then let me know on which particular page you want those section enabled and I will provide you the necessary CSS Codes.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #278459
    Calemotionnc
    Participant

    Hi Skandha,

    Thank’s, that’s work perfectly!

    I just enable the “Events” section on entire site. Imagine I would display it only on this page:
    http://calemotion.com/prestations/lifestyle/
    What would be the css please?

    Thanks!

    #278467
    Skandha
    Participant

    @calemotionnc: Hello there,
    To display Events section only on Lifestyle Page
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.page-id-8294) #events-section {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #278494
    Calemotionnc
    Participant

    Hi Skandha,

    Perfect thank you very much for your help!

    See ya

    #278495
    Skandha
    Participant

    @calemotionnc: 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/bold-photography/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. Have a good day! 🙂

    Kind Regards,
    Skandha

    #278504
    Calemotionnc
    Participant

    Done !
    Cheers

    #278506
    Skandha
    Participant

    @calemotionnc: Thank you for your wonderful review. Let me know if you come across anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Full width on specific page’ is closed to new replies.