Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #884230

    Hi, i was wondering how do I remove this white space between 2 of my easy sliders.
    https://imgur.com/a/NnZWy
    As you can see between the 2 easy sliders there is an annoying white space I want to remove. How do I do that?

    Oh and also I was wondering is there a way we can add a background image to the entire page? I browsed around and only see replies of using the color section to put in an image. But the color section only adds the image to the particular section, not the entire page. I want an image that overlaps the sidebars and everything. Is there a way we can do that?

    Also how do you center the title on this page? in the theme overview on the meet the team page.
    When I tried to center my title I just get this very off center thing
    https://imgur.com/a/c7JXu

    • This topic was modified 6 years, 11 months ago by apheliotes.
    #884274

    anybody know?

    #884340

    Hi,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #884409
    This reply has been marked as private.
    #884470

    Hi,
    To center the title Try this code in the General Styling > Quick CSS field:

    
    .postid-136 .container .av-content-small.units {
        width: 100%!important; 
    }
    
    .postid-136 .content .post-entry-136 div.entry-content-wrapper {
        padding-right: 0px!important; 
    }

    For the space, Try this code in the General Styling > Quick CSS field:

    
    .page-id-12 .flex_column .avia-slideshow {
        margin: 0!important; 
    }

    Best regards,
    Mike

    #884479

    thank you so much ! that works perfectly!

    #884482

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How do I remove this white space? Also how do we add a background?’ is closed to new replies.