• Hi. I want to reduce the space above and below the title, on all pages. I have tried custom CSS such as:
    .page .site-main .entry-header {
    padding: 0 30px;
    }
    .entry-title {
    margin:0;
    }

    but to no avail. Please could you help me! I am using Activello as the theme.

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Which title do you mean?

    Thread Starter jamesmoconnell

    (@jamesmoconnell)

    My name and the subtitle below.
    I am also trying to remove the search bar but haven’t worked out how.

    Thank you for the quick reply.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The CSS you need to modify is this:

    
    #logo {
      padding: 50px 0 45px 0;
      text-align: center;
    }
    
    Thread Starter jamesmoconnell

    (@jamesmoconnell)

    Thank you, that worked perfectly. Are you also able to remove the search bar?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I don’t see that

    Thread Starter jamesmoconnell

    (@jamesmoconnell)

    Strange. Sorry to press you, but most importantly I want to make the slider (smart slider plug in) optimised so that it occupies the screen on a mobile device.

    The pixel width for it is 1920,height is 800px.

    It’s perfect for desktops, but it’s too small height-wise, for mobiles. What can I do?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I don’t know enough about your setup, are you sure that’s a theme issue instead of the plugin?

    Thread Starter jamesmoconnell

    (@jamesmoconnell)

    Okay so I worked it out. I needed to set a minimum height for the slider. This resolved it

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to reduce padding above/below title?’ is closed to new replies.