• Resolved ellech

    (@ellech)


    I would like to costumize some sections over “additional css” and I kind of get stuck.

    That’s the css-content that I want to change for the section “Blog” and “Google Maps”.

    .ewf-section {
        position: relative;
        padding: 2.5em 0;
        margin-bottom: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    I tried it to adjust for “Google Maps”-section as follows:
    
    #google_maps .ewf-section {
        position: relative;
        padding: 0 0 5em 0;
        margin-bottom: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    and for the “Blog”-section

    #blog .ewf-section {
        position: relative;
        padding: 0 0 0 0;
        margin-bottom: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    It’s not working so I’m not sure if I made a mistake in the css or what I forgot to add. I found two ID’s I think are the ID’s for these sections… “blog” and “google_maps”. If these are the wrong ID’s, does anyone see what the right IDs would be?

    Appreciate the help 🙂

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @ellech,

    I have went to your website but you are no longer using Portum and I cannot investigate that custom code you added.
    If you decide to switch back, please let me know and I will help.

    All the best,
    Mihaela

    Thread Starter ellech

    (@ellech)

    Hi @mplusb

    Since I got the answer below from Colorlib about my questions regarding „show featured picture for Sites, not Blogpost-Picture“ I switched 2 hours ago to another theme:

    ——
    Thank you for your questions 1.2. Sorry but this is not possible by default,

    Sorry but there is no option for thi, this is how the theme is styled

    this is default style 🙁

    Sorry, but most of your questions are customization character 🙁

    ——

    So I switched the theme and unfortunately would have to start over 8-/.

    If you can help me though, I would keep Potrum. It‘s highly appreciated. I turned Potrum on again

    • This reply was modified 6 years, 2 months ago by ellech.

    1. Google maps. Please add the code you wrote in Appearance > Customize > Additional CSS but like this:

    
    element {
    
    }
    #google-maps {
    
        position: relative;
        padding: 0 0 5em 0;
        margin-bottom: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    
    }

    2. Blog: add it like this:

    #blog-486252 {
        position: relative;
        padding: 0 0 0 0;
        margin-bottom: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    • This reply was modified 6 years, 2 months ago by Miha.
    Thread Starter ellech

    (@ellech)

    Thank you @mplusb, that dis the trick!

    Happy to hear that!
    If you are happy with the theme and the support provided please consider leaving us a review here: https://wordpress.org/support/theme/portum/reviews/

    We would be eternally grateful!

    Thank you,
    Mihaela

    Thread Starter ellech

    (@ellech)

    will do 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Costumize Sections in css’ is closed to new replies.