Site logo

[Resolved] reset template customize

Home Forums Support [Resolved] reset template customize

Home Forums Support reset template customize

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2110650
    Craig

    Hi

    I am using the Prime tempelate.

    Is there any way to reset all the settings in the Customize as to how they were when the theme was first downloaded and installed?

    I don’t want to delete the theme as I have already set up my Woocommerce to pull an API

    Thanks

    #2110697
    David
    Staff
    Customer Support

    Hi there,

    1. Theme settings can be reset in Dashboard > Appearance > GeneratePress
    2. Delete any CSS imported by the Prime Site in Customizer > Additional CSS
    3. Delete any Elements ( Appearance > Elements ) and Pages/Posts imported by the Prime Site.

    #2110724
    Craig

    Thanks David

    I reset the customizer and then reinstalled the theme but it did not solve my problem.

    The problem is on mobile.
    1/ The search bar does not fit on the screen at the top by the logo – it goes off to the right
    2/ When you scroll on the page about 1/8th of the way from the bottom of the page there is a line on the screen.

    Can you assist with this?

    Thanking you

    Craig

    #2111078
    David
    Staff
    Customer Support

    1. Try adding this CSS:

    @media (max-width: 768px) {
        .inside-header {
            flex-wrap: wrap;
        }
        .inside-header .woo-search {
             margin-left: 0;
             margin-top: 10px;
        }
    }

    2. Can you share a screenshot of this ?

    #2111186
    Craig

    Thanks so much, David that CSS worked.

    As it turns out that line was the scroll bar to scroll across to see the search box. The CSS fixed both issues.

    Thanks so much

    #2112359
    David
    Staff
    Customer Support

    Glad to hear that!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.