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
anybody know?
Hi,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
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
thank you so much ! that works perfectly!