moxsum
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Center sidebar widgets@tech55541 The pinterest plugin is centered fine… its the icons below the circular profile photo are not totally centered.. I think the issue is they are each their own little image, so the whole thing needs to be centered as a block…. or if there was just a little spacing to the left of the first image it would be centered probably..
@paulwpxp Thank you! Ok that makes sense.. I will make it square… any idea why the code didnt center the social icons?
Forum: Themes and Templates
In reply to: Center sidebar widgetsHey Paul!
Thanks for the code.. hmm.. the social buttons still dont seem to be centered.. also, the circular profile pic.. now it looks a little more like an oblong shape then a circle when I add your code? Take a look; https://www.prettylittleshoppers.com/
Forum: Themes and Templates
In reply to: Center sidebar widgetsThank you @paulwpxp you are a magical unicorn of awesomeness.. yes that worked perfectly……. EXCEPT, the only section thats still not centered is the social buttons bar unerneath the profile photo, it has a couple divs in it, maybe thats the problem. I tried wrapping it in a div with text-align: center; margin-right: auto; margin-left: auto; but it didnt work.. tried a few other things too.. any idea?
Forum: Themes and Templates
In reply to: Center sidebar widgetsDoes anyone know the right CSS code to use to to this? I just want everything on the sidebar to be centered… I could go into each widget in and put a <center></center> tag but that seems silly…. and not the most correct way of doing things. I tried using text-align: center; margin-left: auto; margin-right: auto; on various containers in the CSS but nothing seemed to work.. help? ??
Forum: Fixing WordPress
In reply to: How to pull content from another blog?Can you get the rss of a specific category? Do i have to custom code the php to parse the rss or does something exist already?
Thanks for all the help guys!!!!
Forum: Fixing WordPress
In reply to: How to pull content from another blog?hey thanks for the reply.. whats the rss feed widget?
And yea.. i basically want to display or pull content from a specific category on main blog and post it on secondary blog so it looks like secondary blog is its own blog.. but it doesnt have to be wordpress i could just use the rss feed to post it somewhow..
Forum: Fixing WordPress
In reply to: How to pull content from another blog?Anyone? Did it make it clear what im trying to do?
Have one blog.. then on site A, pull all the posts from category A on the main blog..
So it looks like ive got 3 different blogs, but they are all pulling there content off the blog on the main site? But still make it look like a blog on each individual site?