Not resolved

Widget problem with Start Site

Ultra Theme started by Aivaras K Oct 21, 2015 6 replies
Aivaras K Oct 21, 2015 · 1:01 pm #2585

Really great theme, but i have one problem:

when i made my startsite with page Page Builder, my widgets area and my page titel goes down. My Homepage: http://www.autospecas.lt/. If i set other page as startsite, then my menu “Automobilių nuoma” dont have this problem.

another question, it is posible Phone Number and Email Address from Top Bar move to right homepage side?

Sorry for my bad english 🙂

Andrew Misplon Puro Oct 21, 2015 · 8:33 pm #2586

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.

Aivaras K Oct 21, 2015 · 11:38 pm #2587

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?

Aivaras K Oct 22, 2015 · 12:27 am #2588

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?

Andrew Misplon Puro Oct 24, 2015 · 12:22 pm #2597

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;
}
Andrew Misplon Puro Oct 24, 2015 · 12:24 pm #2598

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.

7 posts