Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #268692
    cornerspeedphoto
    Participant

    Hi,

    http://www.cornerspeedphoto.com/

    I’m wondering if it’s possible to have posts/pages display wider horizontally? I’m using the single column template on the pages, but would prefer the actual body of the page/post to be wider.

    Also, on the homepage slider the left/right nav buttons clip into the slide counter, rendering the right nav button inoperable. Can these 2 buttons be pushed further left to avoid this happening?

    Many thanks for this wonderful template!

    #268723
    Skandha
    Participant

    @cornerspeedphoto: Hello there,
    The option to have Full width post/page is only available in the pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

    To move the slider nav to the right
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider-section .owl-nav {
    	right: 60px;
    }

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

    #268725
    cornerspeedphoto
    Participant

    Skandha, thank you for the help. The code fixed my slide nav problem, and thanks for the information about full width pages.

    One more question I forgot to ask in my original post- Is it possible on the homepage to have a dark overlay on the top navigation/logo bar to prevent the menu from getting lost in some of the images?

    #268731
    Skandha
    Participant

    @cornerspeedphoto: Hello there,
    To have an overlay over the header menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-header-menu {
        background-color: rgba(0,0,0,0.5);
    }

    You change the value of 0.5 to change the opacity of the overlay.
    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #268788
    cornerspeedphoto
    Participant

    That creates a rectangle around the nav menu, but can the overlay span the full width of the page, covering the logo too?

    #268810
    cornerspeedphoto
    Participant

    One more question to add to the above- Is it possible to change the speed of the slider?

    #268828
    Skandha
    Participant

    @cornerspeedphoto: Hello there,
    Please use the CSS Code below instead of the above one.

    .site-header-main .wrapper {
        background-color: rgba(0,0,0,0.5);
    }

    The option to change the speed of slider is only available in the pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

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

    #268829
    cornerspeedphoto
    Participant

    Skandha, thanks so much for your help and quick replies. Very much appreciated. Everything is sorted out, thanks.

    #268832
    Skandha
    Participant

    @cornerspeedphoto: 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

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Full width posts/pages’ is closed to new replies.