Tagged: , , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1219129

    Hi,

    For some reason i can’t change the line spacing in the body text. Where can i do this?
    I can change the font and the size but if i change the line spacing it doesn’t change.

    Thank you in advance.

    Lars

    #1219148

    Hey irxcommunicatie,

    This is done via css. Add this to quick css:

    .avia_textblock  p{
    line-height:30px!important;
    }

    Best regards,
    Jordan Shannon

    #1219335

    Hi Jordan, thank you this works great.
    Another thing.. On the tablet some things don’t work. The header buttons overlap the logo etc, header photo is missing.
    Also the 4 images at the bottom with links to different pages don’t join each other as should.
    On the computer its 2×2 is it possible to do this on tablet and phone aswell or atleast make them join eachother?

    #1219501

    Hi,

    To prevent the menu overlap Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }

    Change the value 1024 to the pixel value of your choice.

    Best regards,
    Jordan Shannon

    #1219733

    Hey, Thanks that works fine! Only one thing i’m struggling with still is the text / image blocks I am using on the homepage and teampage (under “werkwijze”). On the computer they align perfectly next to eachother but on mobile or ipad they are not alligned. Can you help me with this?
    For example on the homepage I have 4 blocks 2×2 with an image and a link to a new page which I will make. And on the teampage I would like to have blocks of 4. (image, personal text, image, personal text) is this possible?

    I have added screenshots as example.

    Thank you,
    Lars

    #1222102

    Hi Lars,

    Sorry for the late reply!

    I checked your homepage and teams page and it seems like you figured it out by using Grid Row element with 4 columns? :) You could choose to display each cell on its own on mobile.

    If you need further assistance on this case, please let us know!

    Best regards,
    Yigit

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