Whatley187 Active member Mar 22, 2016 #1 Hello everyone, I am just trying to figure out how to make my sidebar widgets appear at full width on the mobile layouts. I posted two pictures below to show how mine looks and how one with full width widgets look. Thank you, Matt
Hello everyone, I am just trying to figure out how to make my sidebar widgets appear at full width on the mobile layouts. I posted two pictures below to show how mine looks and how one with full width widgets look. Thank you, Matt
Lukas W. Well-known member Mar 22, 2016 #2 Add the following to your extra.css Code: @media (max-width: @maxResponsiveWideWidth) { aside .sidebar { width: auto; } } Upvote 0 Downvote
Add the following to your extra.css Code: @media (max-width: @maxResponsiveWideWidth) { aside .sidebar { width: auto; } }
Whatley187 Active member Mar 22, 2016 #3 katsulynx said: Add the following to your extra.css Code: @media (max-width: @maxResponsiveWideWidth) { aside .sidebar { width: auto; } } Click to expand... Going to try this now, thank you!! Upvote 0 Downvote
katsulynx said: Add the following to your extra.css Code: @media (max-width: @maxResponsiveWideWidth) { aside .sidebar { width: auto; } } Click to expand... Going to try this now, thank you!!
Whatley187 Active member Mar 22, 2016 #4 Whatley187 said: Going to try this now, thank you!! Click to expand... It worked, you are a glorious person lol. Thanks again! Upvote 0 Downvote
Whatley187 said: Going to try this now, thank you!! Click to expand... It worked, you are a glorious person lol. Thanks again!