How setting a custom slider without content margin?

  • Author
    Posts
  • #42663

    Hello,

    first of all, thanks for your good wordpress themes, i find your theme tempera and i can tell that is a very good theme.

    I have only a problem: i want a custom home page, so i use siteorigin page builder and meta slider to have a custom slider.

    I setup the home correctly, but i can’t remove the margin between slider: i need only to remove this margin.

    I try to setting up the margin to 0 in theme options, but in this way all pages doesn’t have margin and in also from mobile view i have the same problem. I try also some css trick but without success.

    So, finally, i have only to setup the slider without margin for desktop and mobile, for the rest is all ok.

    Please help me, next time i will try your other themes because i have the intention of buy the pro version.

    Thanks and best regards.

    Website: www.ipermirabella.com

    #42714

    Someone that can help me? i need a solution even if a have to change plugin or use another method!

    Thanks

    #42948
    Zed
    Cryout Creations mastermind

    You’ve added your slider inside a page. All pages follow the configured margins/paddings. For the slider to extend all the way to the edges of the content it would need to overflow beyond its container limits (set by the margins).

    Try this custom styling:

    div.post-238 { overflow: visible; }
    #pl-238 .metaslider {
        margin-left: -30px;
        margin-right: -30px;
    }
    .home #forbottom { padding-top: 0; }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #43071

    Hello,

    thanks for your help.

    I use the code you suggest me, it works on desktop view but on mobile view the content is no responsive.

    If i scroll the page, and swipe left the content become no responsive.

    Please give me another solution.

    Best regards

    Website: ipermirabella.com

    #43076

    Hi again,

    if with a donation you can resolve my problem more faster, i’ll be very happy to make a donation for you with paypal.

    Please let me know, i have only this problem with tempera and i want to resolve. I dont need of a total priority support, only this and i’m ok.

    Let me know or contact me via email to alexmalons@gmail.com

    Thanks, Regards

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘How setting a custom slider without content margin?’ is closed to new replies.