Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #626597

    Hello,
    I need to increase the margin for desktop only on quick css
    How?

    #626604

    Hi endanight!

    Please use following code in Quick CSS

    @media only screen and (min-width: 1024px) { 
    .your-custom-class { margin: 20px; }}

    Cheers!
    Yigit

    #626617

    Thanks but I think is the padding. This is correct?:

    @media only screen and (min-width: 1024px) {
    .your-custom-class { padding-right: 150px !important;
    padding-left: 150px !important; }}

    Nothing change. I want to increase the padding because when I don´t use any space is too close to the side

    #626959

    Hi,

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

    Thanks,
    Rikard

    #627155

    yes, When I use the the columns, all with content the padding is too small

    #627348

    I mean if I have column empty to generate a padding is ok but if I need the column with content then the content is almost in the corner, I would like to increase the space. How?

    #628088

    Hi,

    Your code looks like it should be working, could you try clearing your browser cache and reloading a few times to see if that helps?

    Best regards,
    Rikard

    #629112

    No it is not working. I would like to have more paddubg.
    Can anyone help me, please?

    #630047

    Hi,

    Please post a screenshot showing the changes you would like to make and temporary admin logins here privately so we can look into it.
    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Best regards,
    Yigit

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