• Resolved eddy123

    (@eddy123)


    Hi:

    I’m hoping someone can lend a hand with some issue I’m having.

    It seems that when I put a background color into the row setting (full width is selected), the background color doesn’t extend until the end of the screen. There’s always a white area at the end of the width. The background color becomes like a box.

    I want the background color to extend until the end without any white area. How do I achieve this?

    Any help is welcome.

    Many thanks, in advance, for the assistance.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @eddy123,

    I’d be more than happy to help out in any way I can. However, this forum is for support with Primer and not any of our child themes. We like to keep things separate. Since there is not currently a forum for Velux, I can answer here. However, future support requests should be directed to our Github issue tracker: https://github.com/godaddy/wp-velux-theme/issues

    I don’t believe that this is necessarily a bug. It looks like there may be some padding or margin on the element which is causing the element to not be full width.

    You can try adding the following to your themes ‘Additional CSS’ inside of the Customizer.

    
    #primary.content-area {
       margin: 0;
       width: 100%;
    }
    
    #primary.content-area article {
       padding: 0;
    }
    

    I think that should help shift things into a true ‘Full Width’ container.

    Let us know if that helps!

    Evan

    • This reply was modified 8 years, 7 months ago by Evan Herman.
Viewing 1 replies (of 1 total)

The topic ‘Velux Theme – Background Color Issue’ is closed to new replies.