Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1344414

    Dear,

    I would like to know if it was possible to have two columns with margin and padding 0. I would like the content attached to the outer margins without spaces.

    Thank you

    • This topic was modified 2 years, 4 months ago by guidiepartner.
    #1344416

    Hey,

    Thanks for contacting us!

    Could you please create temporary admin logins and post them here privately so we can look into it? :)

    Regards,
    Yigit

    #1344660

    Dear,
    I am attaching the link where you can understand where the problem is.

    Thank you

    #1344686

    Hi guidiepartner,

    If you’re using a Color Section, then edit the Color Section and go to Advanced (tab) > Developer Settings > Custom CSS Class, then add this in the textfield: fullwidth and Save.
    Next, go to Enfold > General Styling > Quick CSS, and add this CSS code:

    .fullwidth .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1344725

    Good morning,

    I had already tried this solution and cmq remains a space on the right while on the left everything is ok. Also I would like to give different settings, in the column where there is the text a padding of at least 30 px both on the left and on the right, while the images are attached to the edge of the screen.

    Thank you,

    PM

    #1344759

    Hi guidiepartner,

    Please use this code instead:

    .fullwidth .container {
        max-width: 100%;
        padding-left: 0;
    }

    if it does not work, then please provide a link to the page, so we can inspect it.

    Best regards,
    Nikko

    #1344760

    Dear,

    it doesn’t work.

    Thank you

    • This reply was modified 2 years, 4 months ago by guidiepartner.
    #1344816

    Hi guidiepartner,

    Can you try using this code instead:

    #top .fullwidth .container {
        max-width: 100%;
        padding-right: 0;
    }

    The expected result should be like this: https://imgur.com/Qo8hLJY

    Best regards,
    Nikko

    #1344858

    Dear,

    I created the page again and the problem is solved, as soon as I publish the page in this case as the home page the problem returns a right padding or margin is created only on the right.

    Why?

    Thank you

    #1344903

    Dear,
    I made the page from the beginning and the problem is solved. But now I would like to change the menu, I would like the transparent background that you see in the photo and not the blue bar. How can I do?

    Thank you

    #1345091

    Hi,

    Could you please upload your screenshots on imgur.com and post the links here? We need permission to see your screenshots on Google Drive :)

    Best regards,
    Yigit

    #1345335

    Hello,
    I solved all the previous problems. Now I would like to remove the margin-top from the title of my paragraph in the tablet view but I can’t.

    #top .av-special-heading.av-dlt4j9-4f9c9fb9120123454dd07bbbeacd4a07 {
    margin: 2.4em 0 0.5em 0;}

    I renamed h4 to “titolo” in css but it doesn’t work
    @media only screen and (min-width: 768px) and (max-width: 1024px){ # top .titolo{
    {margin: 0;
    }
    }

    Could you help me?

    Thank you

    • This reply was modified 2 years, 4 months ago by guidiepartner.
    #1345351

    Hi,

    Please try this CSS instead:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .titolo {
        margin: 0;
    }
    }

    Best regards,
    Rikard

    #1345353

    Dear,

    it doesn’t work.

    #1345369

    Hi,

    The CSS is not applying, as you can see in your screenshot. If you need further help, then we need to be able to see the element on an actual site. If you are working locally, then please upload the site to a live site. We can’t find out what is wrong by only looking at screenshots.

    Best regards,
    Rikard

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.