Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1125897

    Hi,

    On a specific page I want to change the space between columns. I have tried to follow the instructions from this topic: https://kriesi.at/support/topic/reduce-default-spacing-between-columns/. But I can’t make it work.

    Could you please help me. It’s regarding the 3 columns in the bottom of this page: https://xn--krlighedscoach-0ib.dk/anbefalinger
    I have name the Custom CSS Class “Anbefalinger”.

    Best regards,
    Helle

    #1126098

    Hey Hello,

    Thanks for the link, I’m not sure exactly what changes you would like to make. Please try to explain a bit further or post screenshots of your intentions.

    Best regards,
    Rikard

    #1126124

    Hi,

    I want the space between the 3 columns to be 6% instead of 2.5% but only on this page. On the other pages of the site it should still be 2.5%.

    Best regards,
    Helle

    #1126198

    Hi Helle,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) {
    .page-id-87 .av_one_third {
        margin-left: 6%;
        width: 29%;
    }
    }

    Best regards,
    Rikard

    #1127122

    Hi,

    I have added the css and now it looks like this: https://xn--krlighedscoach-0ib.dk/anbefalinger-2

    Best regards,
    Helle

    #1128334

    Hi,

    what should be different in this?

    Best regards,
    Basilis

    #1128347

    Hi,

    The third column is beneath the two others – it should of course be beside.

    Best regards,
    Helle

    #1128611

    Hi Helle,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1128707

    Hi,

    Have can I do that?

    Best regards,
    Helle

    #1128718

    Hi Helle,

    Yes, but then you need to reduce the width of the elements if you increase the margin between them.

    Best regards,
    Victoria

    #1128723

    I’m sorry, but I don’t understand what you mean?

    /Helle

    #1128928

    Hi Helle,

    Try the code likea this:

    
    @media only screen and (min-width: 768px) {
    .page-id-362 .av_one_third {
        margin-left: 6%;
        width: 25%;
    }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1129160

    Hi,

    Now the three columns are beside each other – thats great. But the content width of the three columns are not the same as the content width of the rest of the page. That should it be.

    Best regards,
    Helle

    #1129314

    Hi Helle,

    Can you please disable the Autotimize for now?

    Best regards,
    Victoria

    #1129502

    Hi,

    Yes, now it’s disable.

    Best regards,
    Helle

    #1129644

    Hi Helle,

    Please try the code like this:

    
    @media only screen and (min-width: 768px) {
      .page-id-362 .av_one_third.first {
          margin-left: 0%;
      }
       .page-id-362 .av_one_third {
          margin-left: 6%;
          width: 29.3%;
      }
    }
    

    Best regards,
    Victoria

    #1129940

    Hi,

    Now it works :-)

    Thanks for your help.

    Best regards
    Helle

    #1130023

    Hi Helle,

    Glad we got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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