Forum Replies Created
-
AuthorPosts
-
December 4, 2014 at 3:22 pm in reply to: Modern Blogger Pro – images no longer centering and captions aren't working #133628
[email protected]
MemberIt took a long time to get it to work correctly! This is what I was told by the designer...
First I was told to add this to the stylesheet:
.wp-caption {
max-width: 100%;
}This did not work for me... so I asked again for help and this is what I was told to do next:
Remove clear: both from alignright and .alignleft from the stylesheet
And this is what they told me to do to get the captions to center:
Change this in CSS to always center:
.wp-caption-text {
margin: 0 auto;
text-align: center;
}September 24, 2014 at 9:54 pm in reply to: Modern Blogger Pro – images no longer centering and captions aren't working #125623[email protected]
MemberAnyone?
September 14, 2014 at 8:15 pm in reply to: Modern Blogger Pro Customization of Genesis eNews Extended Widget in header #124439[email protected]
MemberI finally found where the issue was. This was set at 80%.
.site-header .enews-widget {
float: none;
padding: 0;
width: 100%;
}September 14, 2014 at 1:48 pm in reply to: Modern Blogger Pro Customization of Genesis eNews Extended Widget in header #124380[email protected]
MemberHi. Thanks. I removed padding but it's still not centering on a mobile device. I did restore the code to the default and that didn't center the buttons either.
I was able to get the search bar to open at 100% but I can't figure out how to get it either centered or have it 100% like the search bar.
Thanks again for any help you can provide.
-
AuthorPosts