Forum Replies Created
-
AuthorPosts
-
hapinessey
ParticipantNot sure if we're talking about the same goal 🙂
I've had already repositioned the menus and added the logo to the top bar menu via the widget dashboard. However, what that does it to display the logo along with the other nav items when I toggle the hamburger menu on mobile.
What I need is to display the logo inline with the hamburger icon.
I could add the logo to the display inline using CSS but becomes only an image and not I can't add a link to that.
hapinessey
ParticipantHi Brad,
I've added the logo to the site using the dashboard, but it only displays on the desktop version, but not on mobile. Not sure you're referring to the mobile version or in general.
Thanks.
August 2, 2020 at 3:58 am in reply to: Featured posts 2 widget columns within primary side bar #500410hapinessey
ParticipantNot yet. Only local dev at the moment. But I've decided to display in a single column on mobile with this:
@media only screen and ( max-width: 700px ) and ( min-width: 320px ) {
.sidebar-primary .featuredpost article {
width: 100%;
}
}It seems to be working OK.
August 2, 2020 at 3:32 am in reply to: Featured posts 2 widget columns within primary side bar #500408hapinessey
ParticipantThanks andytc! That works, except on mobile devices, where the items do not align properly.
-
AuthorPosts