Community Forums › Forums › Archived Forums › Design Tips and Tricks › Changing widget/sidebar size in Agency Pro
Tagged: agency pro, Sidebar, Widget Size
- This topic has 4 replies, 3 voices, and was last updated 11 years, 11 months ago by
Jess.
-
AuthorPosts
-
December 28, 2013 at 6:14 pm #81708
amzzzg
MemberI've upgraded my theme and tore down my site and am currently working on downsizing my widgets on my primary side bar. The titles and the images are drowned in these huge boxes. The 'old' Agency theme allowed you to simply edit the size. Agency Pro may too but I cannot find where on the style sheet to do it. I added a temporary widget for anyone in here who can help me to see. It is titled Blog and has a Sepia colored image on in it. As you will see the widget is huge. I don't want to have to enlarge an image past the thumbnail size of 150 x 150 (box stays huge anyway so this doesn't even matter). When I use text on the widgets and no image, it is the same deal. A very wide and very long box. (disregard the mailchimp widget, that was imported via the mailchimp plugin and auto formatted) I have tried changing the width under widgets and sidebar and wrap individually and nothing changes. http://thebloomsms.com/
http://thebloomsms.com/
Can someone please advise? I'm banging my head on day four of this. I did submit a ticket but the response said they won't provide me code to make the changes and to come to the forum and ask here.December 29, 2013 at 7:27 am #81805AnitaC
KeymasterAre you trying to change the padding around the sidebar or do you wish to decrease the sidebar to accommodate the 150x150 image? Do you only want the width of the one widget changed? I cannot determine what exactly it is you want.
Need help with customization or troubleshooting? Reach out to me.
December 29, 2013 at 9:14 am #81829amzzzg
MemberI want to decrease the size of all the widgets in the sidebar not specifically to accommodate the example widget I have displayed with the 150 x 150 image. That's just posted for you to see how huge the widget boxes are with an item put on them. I want the boxes to be smaller width and height wise. Thank you in advance!
December 29, 2013 at 9:31 am #81838AnitaC
KeymasterLook for this:
.sidebar-primary { float: right; width: 360px; }Change the width to a lower number that you like.
Then go here:
.content { float: right; width: 740px; }Change the width to say 780px.
Play around with these until you get it the way you want it.
If you want to decrease the white padding, look for this:
.sidebar .widget { background-color: #FFFFFF; border-radius: 3px; margin-bottom: 4rem; padding: 4rem; }Decrease the padding from 4rem to maybe 2 or 3.
Need help with customization or troubleshooting? Reach out to me.
January 30, 2014 at 10:16 am #87831Jess
Participanthello Anitac
how about if it was a specific widget?#id .sidebar .widget ?
i can't seem to get it...i am using news proyour help would be appreciated
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.