-
AuthorPosts
-
March 14, 2022 at 3:26 pm #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, 8 months ago by guidiepartner.
March 14, 2022 at 3:31 pm #1344416Hey,
Thanks for contacting us!
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Regards,
YigitMarch 15, 2022 at 10:37 pm #1344660Dear,
I am attaching the link where you can understand where the problem is.Thank you
March 16, 2022 at 8:47 am #1344686Hi 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,
NikkoMarch 16, 2022 at 12:11 pm #1344725Good 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
March 16, 2022 at 3:40 pm #1344759Hi 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,
NikkoMarch 16, 2022 at 4:21 pm #1344760March 17, 2022 at 5:05 am #1344816Hi 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,
NikkoMarch 17, 2022 at 12:35 pm #1344858Dear,
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
March 17, 2022 at 2:38 pm #1344903Dear,
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
March 18, 2022 at 2:44 pm #1345091Hi,
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,
YigitMarch 21, 2022 at 12:27 pm #1345335Hello,
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, 8 months ago by guidiepartner.
March 21, 2022 at 1:50 pm #1345351Hi,
Please try this CSS instead:
@media only screen and (min-width: 768px) and (max-width: 1024px) { .titolo { margin: 0; } }
Best regards,
RikardMarch 21, 2022 at 2:17 pm #1345353Dear,
it doesn’t work.
March 21, 2022 at 4:54 pm #1345369Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.