Widget problem with Start Site

  • Author
    Posts
  • #2586

    Andrew Misplon
    Keymaster

    Hi Aivaras

    Thanks for reaching out; great to hear from you.

    To move the top bar items to the right you can use the following Custom CSS:

    /* Top Bar */
    
    #top-bar .top-bar-text {
        float: right;
        text-align: right;
    }

    If you don’t yet have a Custom CSS plugin installed, try SiteOrigin Custom CSS. You can search for it from Plugins > Add New and install from there. Then go to Appearance > Custom CSS and insert the above CSS snippet.

    Apologies for the hassle with the home top padding. I will fix in the next version. To quickly resolve this challenge, please, insert the following at Appearance > Custom CSS:

    /* Home */
    
    .home.siteorigin-panels-home .site-content {
        padding-top: 0;
    }

    Hope that helps. I’ll be back online tomorrow morning.

    #2587

    Aivaras K
    Participant

    Thanks for quick support, two “problems” are gone. For last problem with sidebar, i found solution in Page Builder forum:

    body.page-template-default #primary {
    float: Left !important;
    width: 70% !important;
    }

    When you updade ULTRA, can you make Scroll to Top function for mobile devices?

    #2588

    Aivaras K
    Participant

    better is this:

    /* Sidebar fix */
    @media (min-width: 768px) {
    body.page-template-default #primary {
    float: Left !important;
    width: 71% !important;}
    }
    works fine with also with mobile devices.

    You might know, how i can set this line? line between the sidebar and body page?

    #2589

    Aivaras K
    Participant
    #2597

    Andrew Misplon
    Keymaster

    Sorry for the delay, I didn’t check the option for email notifications it seems.

    The image didn’t work for me. Do you want to change the color? The sidebar border is controlled by:

    .sidebar #primary {
        border-color: #eaeaeb;
        border-style: solid;
        border-width: 0 1px 0 0;
    }
    #2598

    Andrew Misplon
    Keymaster

    And your question I missed:

    When you updade ULTRA, can you make Scroll to Top function for mobile devices?

    Sure, I’ll see what I can do for the next update. Thanks for the feedback.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Scroll to top