• Hello,
    I installed the Idyllic theme, but on some pages the content partly covers the right siderbar, how can I solve it?
    You can see from the link: [ redundant link removed ]

    Thank you

    Artgianweb

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello artigianweb9,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    div.css-search div.em-search-main .em-search-submit {
        min-width: unset;
    }
    aside#secondary {
        padding-left: 106px;
    }
    div.css-search.has-search-geo.has-search-term input.em-search-geo {
        min-width: unset;
    }
    input.em-events-search-text.em-search-text {
        min-width: unset;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter artigianweb9

    (@artigianweb9)

    Thanks for the speed of response.
    Thanks for the valuable information.
    I can also correct the problem for the pages /registrati-al-sito/ and /login/. how can I do?

    is it possible to resize the header images? for example of the page /gian-giovani/, but for all?
    Thank you!!

    Artigian

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello artigianweb9,

    Try below css code for all page form and logo resize.

    body, button, input, textarea {
        min-width: 250px !important;
    }
    img.custom-logo {
        height: 100px !important;
        width: 100px !important;
    }

    Hope this will help you.
    thanks.

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

The topic ‘Content covers right sidebar’ is closed to new replies.