Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1083952

    Hello,
    i have a problem with my custom css. It works fine on Desktop site but not on Mobile. I would like to have this change for every device.
    The space between Layout elements are to big for me so i used this code:

    .page-id-576 .container_wrap { 
      border-top: none !important; 
    }
    .page-id-576 .content {
      padding-bottom: 0px !important; 
      padding-top: 0px !important; 
    }

    I tried with @media only screen and (min-width: 768px) but it has no effect. Hope somebody can help.

    Thanks,
    Banshee350

    • This topic was modified 5 years, 9 months ago by Banshee350.
    #1084489

    I have solved that problem by myself now. I’am that stupid. I had an grid row 1/4. The booth in the middle have content and left/right its empty. So on mobile left site of the grid row goes an top and right to bottom. I have overlook that i can turn it off for mobile. Sorry for my stupidity.

    #1085016

    Hi,

    Great, I’m glad you got it working and I’m sorry for the late reply. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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