• Thank you for the lovely theme!

    I am trying to edit the padding above the “BLOG” title when using the Maskitto:Blog widget on my home page. However, I cannot find the “padding 70px 0!important;” in the source files. Can you please guide me where to look or what custom CSS?

    I am still testing locally, so cannot send a link, unfortunately.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • That CSS appears to be inline so you won’t find it in an actual CSS file. It also has an important declaration on it. You’ll want to try to override this from a custom CSS plugin. Try using something like this:

    .panel-grid-cell .page-section.page-blog {
        padding: 40px 0 !important;
    }

    use this on that I got from shuffleboard, that worked for me.

    body.home .page-blog {
    margin-top: -100px!important;
    }

    Does anyone know how I can place the title BLOG to the right instead of in the middle?

    / Lucie

    Theme Author shufflehound

    (@shufflehound)

    You can try to add text-align:right to the blog title element.

    Thread Starter debztalbot

    (@debztalbot)

    Thanks for your replies sdavis2702 and LucieWatson, but neither of those solved my problem.

    LucieWatson, when I added on that code to custom code it merely made the BLOG section and the “Include page” that I have above it overlap by 100px.

    Did you put the css code in the css code section in Maskitto Light Options – General? It did work for me and I got the code from Shufflehound.

    / Lucie

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Padding in titles on front page’ is closed to new replies.