• Resolved vs2020

    (@vs2020)


    Hi so I’ve setup my site with this theme. However I’ve noticed in desktop mode the gap between the rows creates empty spaces between content blocks.

    For example the gap between content blocks and the Menu1 block is quite large in desktop mode (can be seen from my site)

    Is there anyway to reduce these gaps in the theme? Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • This option may not be available in the theme yet, but you can reduce the space by adding custom CSS (inside Customize, at the bottom where it says Additional CSS).

    Try pasting this in:

    .content-area {
    padding-top: 40px;
    }

    You can change the 40px to whatever size you like. It’s defaulting to 80px.

    Theme Author creativethemeshq

    (@creativethemeshq)

    Hey @vs2020, @enaldi actually there is an option for controlling this spacing, you can find it in Customizer -> General -> Content Area Spacing.

    Let me know if this works for you ??

    Thread Starter vs2020

    (@vs2020)

    Ok will try it for sure! I just want the desktop settings though.

    Theme Author creativethemeshq

    (@creativethemeshq)

    @vs2020 you can edit only the desktop value ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is there anyway to reduce gaps between the rows of content?’ is closed to new replies.