Problems with text-aligning in imbalance 2 posts
-
Hi !
there is a way to control the width and the text-aligning in imbalance 2 posts?
Thanks in advance
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Yep, can be done! A few values will have to be adjusted in synchronization, to keep the alignment intact:
.entry-content { margin: 0 0 0 100px; width: 810px; } #comments { padding: 0 0 0 100px; } img.aligncenter, .wp-caption.aligncenter { margin: 5px auto 21px 0px; }In the above code, keep the values of padding and margin the same. Width can then be adjusted, I set it to 810 pixels.
-
Hi ! Thank you for all answers. I really appreciated.
About the last question… width and text-aligning…
I try to copy your CSS info , but nothing change.
I try also to modify the pixels of width … but everything still the same.what do you think is wrong?
Thanks
-
Hi again!
Sorry but I try to create a slideshow gallery and I got it, but i need to change the color background from black to white.I try to read some old forum request but nothing work.
Thanks for your help !
Giorgia
-
I try to copy your CSS info , but nothing change.
I checked the custom CSS and found this mistake. In the .entry-content block, you’ve placed a # instead of a . at the start. It should be .entry-content, not #entry-content. :) The comment area at the bottom and the third block works fine.
As for the slideshow, can you post a link to where you’ve added it?
-
Sorry for delay…
my problem with slideshow still be.
this is the link
http://impregeoimmobiliare.com/2015/09/23/appartamenti-cavazano/
thanks in advance
-
Hi @impregeoimmobiliare, I’m not seeing a slideshow at http://impregeoimmobiliare.com/2015/09/23/appartamenti-cavazano/ . Did you by chance remove it from that post?
- The topic ‘Problems with text-aligning in imbalance 2 posts’ is closed to new replies.