- This topic has 6 replies, 2 voices, and was last updated 9 years, 6 months ago by
Andrew Misplon.
Tagged: page builder Top Bar Widget area
- AuthorPosts
- October 21, 2015 at 8:33 pm #2586
Andrew MisplonKeymasterHi 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.
October 21, 2015 at 11:38 pm #2587
Aivaras KParticipantThanks 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?
October 22, 2015 at 12:27 am #2588
Aivaras KParticipantbetter 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?
between the sidebar and body page?
October 22, 2015 at 12:28 am #2589
Aivaras KParticipantOctober 24, 2015 at 12:22 pm #2597
Andrew MisplonKeymasterSorry 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; }
October 24, 2015 at 12:24 pm #2598
Andrew MisplonKeymasterAnd 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.
- AuthorPosts
You must be logged in to reply to this topic.