• Hello, I am using the Customizr (v. 3.4.21) Child theme.
    I am a very new user of wordpress and I’m trying to figure things out, and I’m facing a (probably stupid) problem that I can’t get out of:

    The three featured pages in my site http://www.tassidelmiele.it do not show up in line any more. They get shown 2+1 instead of three in line.

    I thought it was due to some hidden or empty sidebar taking undue space on the right of the front page, but I have looked everywhere and I can’t seem to find anything. I set all the site to “no sidebars”, and I have made sure that there’s no widgets neither on the left or on the right anyway.

    Still, it’s 2+1 instead of 3.

    Help please?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello janmattys,

    I have reviewed your website and found that the issue is due the margin of span which is CSS related so Need to make a change in your theme css file but first it will be better check whether in theme option setting is their option for adding custom css because if write in style.css directly it will get removed in future after the theme update.

    IF their is no option for adding the custom css in theme please installed and activate below plugin and put below css code in plugin setting option.
    https://wordpress.org/plugins/simple-custom-css/

    body [class*="span"] {
        margin-left: 25px;
    }

    Thanks

    Thread Starter janmattys

    (@janmattys)

    See post below this one 🙁

    Added your code in Custom CSS and it worked wonders! Thankyou!
    Just one quick question: is it possible that it originally showed 3 in line and AFTER switched to 2+1?
    Because I am pretty sure I never changed anything and I am also pretty sure that, when I started creating the site some days ago, it had all three in a line. So I wonder what must have happened, if now I need additional Custom CSS to get the same thing that, worked without any additional CSS before.

    I already have some Custom CSS, but I am 100% confident it’s not that that’s creating the problem (I deleted it and still the problem persisted).

    Anyway, thanks for your help! You’re awesome.

    Thread Starter janmattys

    (@janmattys)

    UPDATE: the problem persists. I copied the code in Custom CSS and the preview showed all three featured pages in a line, so I came back and thanked yuou for it. (see post above)
    Then I clicked save, closed the customize panel… and it reverted back to 2+1 (and the custom CSS

    body [class*=\"span\"] {
        margin-left: 25px;
    }

    is still there.

    Help again? ^^

    Thread Starter janmattys

    (@janmattys)

    Yes it keeps doing this: every time I copy/paste your code in my Custom CSS the preview shows three featured pages in line.
    Then I click “Save and Publish”.
    As soon as I close the customization panel and go back to the site, though, it reverts back to 2+1.

    Thread Starter janmattys

    (@janmattys)

    Update:
    I noticed now that

    body [class*="span"] {
        margin-left: 25px;
    }

    (which is your code)

    and

    body [class*=\"span\"] {
        margin-left: 25px;
    }

    which is the code I see in Custom CSS after I click “Save and Publish”
    …are different

    It seems that there’s something wrong going on.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Customizr: Problem with Featured pages’ is closed to new replies.