Hello--- I've managed to work around the issue but for whatever reason on the page below if I didn't create weird spacing the text would overflow to the right (into the grey area). You can look at the HTML to see what I had to do to compensate for this problem. Again, it looks fine now but if I didn't create weird spacing it would overflow quite a bit: http://www.elitemakeupdesigns.com/makeup-portfolio/engagement-photo-shoot-makeup-artist-portfolio/ Also, I want to add the slider on the page below to the page above. For whatever reason if I simply copy the shortcode the slider ends up overflowing to the right as well. Any thoughts? http://www.elitemakeupdesigns.com/services/makeup-artist-engagement-photos/ I'm assuming it has something to do w/ the fact that its a gallery page. Any thoughts? Thank you in advance for your help!
Hello, Could you please create that issue in your page so that we will check and provide you the permanent solution.
Done. I didn't incorporate the slider as I'm assuming the right side overflow is the issue we need to overcome. http://www.elitemakeupdesigns.com/makeup-portfolio/engagement-photo-shoot-makeup-artist-portfolio/ Please advise! As a side note- where would I change the "Home" text in the navigation. I'd like it to be all uppercase like the rest if possible.
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .folio-content ul.thumbnail h3 { padding-right: 85px; } ul.thumbnail p { padding-right: 80px; } This will solve your issue.
Piyush-- Thank you for the update. Any idea why the padding might be so great between the slider and the h4 tag? (I changed it to an h4 to see whether or not that might help the spacing- I'm assuming the above code can be edited to reflect whatever tag I'm using). Thanks again.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .nivoSlider { margin: 0!important; } .folio-content ul.thumbnail h4 { margin-bottom: 0; }