I don’t see any parameters for making this happen, so I suspect I’ll need CSS to get the widget area in the mobile topbar to right justify on this site. I tried to figure it out but haven’t had any luck. Any help would be appreciated as always!
Hi there
I have a primary side bar on my site and have used an accordion in it. Edited via the widgets section. I placed an accordion in it with latest posts. One of the sections of the accordion has a site origin slider in it. When I preview it its fine but as soon as I go to the actual web page. e.g Home the slider is not visible in the tab. Any ideas .
Kind regards
paul
Thanks, Hannah.
Should I decide to use the text widget what is the CSS code I can use?
Regards
Mimmie
Hey,
One option is to use the Ascend Info Box widget and upload a photo rather than an icon. Or if you want to use a text widget you can use css to adjust the text size. Or you can use a Visual Editor widget.
Hope that’s helpful!
Hannah
Hey Hannah/Ben
I want to add a bio box, preferably one in the sidebar?
I can’t find one under widgets and the widget with image and text, the text is too big.
Thanks
Hey Mark,
Rather than enabling the search icon from Theme Options > Topbar Settings, try enabling the topbar widget area, then add a search widget from Appearance > Widgets. Will that work for you?
Hannah
Hey Mike,
In Theme Options > Header Settings you can select the first header style then you can use css to push the menu below the widget area. I can help with the css if you’d like.
Hannah
This reply has been marked as private.
1. I’m not sure I follow, however try this css and let me know:
.footernav ul {
padding: 0;
float: none;
text-align: center;
}
.footernav ul li {
float: none;
display: inline-block;
}
2. You can use css like this:
.footercol1 .tagcloud a {
color:green;
}
3. It appears in your theme options > basic styling you’ve set the footer color to an off-weight, might want to change that.
.footercol4 .widget_kadence_contact .vcard p {
color: green;
}
.footercol4 .widget_kadence_contact .vcard a {
color: gray;
}
4. There is a max width applied. You can overide with css like this:
#containerfooter .menu li a {
max-width: none;
}
5. You can use css like this:
.footercredits p {
padding-top: 10px;
padding-bottom: 10px;
}
6. It appears you’ve edited/broken your permalink settings in your admin settings > permalinks. Please make sure categories have a static slug and save the permalinks.
Ben
Hello!
My problem is that the phone number, in the text widget in the topbar, is showing as blue on mobile.
*Login to see link
I added this but it’s not doing the trick:
#topbar .textwidget h4, h4 a:link, h4 a:hover {
color: #ffffff;
}
Thanks for your help!
Carrie
Hi Hannah,
Thank you for your reply,
Yes, however my query is the ability to add widgets (i.e social icons) in the main header area rather than using mobile top bar.
Cart, Account and search are available, it would be great to add an extra widget area to add other widgets to main mobile header.
Thank you..
Hey Anita,
Try using this css:
.footerclass .footercol1 h3 {
color: #5b1843 !important;
}
.footerclass .footercol1 .widget-title:after {
background: #5b1843;
}
Hope it helps!
Hannah
Hey,
From Theme Options > Mobile Header > Mobile Header Extras you’ll see the ability to enable a cart, account, and search. Under that you’ll also see an option for a Mobile Top Icon Bar. You can enable that then enable the Mobile Top Icon Bar Widget Area. Then you could add widgets from Appearance > Widgets.
Hope that’s helpful!
Hannah
Hello Anita try with: h3.widget-title {color: #5b1843;}h3.widget-title::after {background:#5b1843;}
Hey,
I suggest using the Row Layout block. Add your carousel widgets to columns within the blocks, then you can use the padding/margin settings to add spacing in between the columns.
Hope that helps!
Hannah
Hello,
Is it possible to add extra widgets to the Mobile Menu?
Currently I can only see the search widget being available.
appreciate your support
Thanks
Hello Support team!
Can I add somehow different url-s to the different images within Pinnacle Gallery Widget? So one image should ref not to the basic media file, but to an url.
Thanks a lot,
Anita
Hey,
There isn’t an option for this within the sitewide banner, but you can add a widget area to the header (theme options > Main Settings > Logo Options). Would that work for you?
Hannah