Hi
How can I move the search result text over to the right to make room for a larger image?
http://screencast.com/t/D8CcMdejm
dev2.electrixinternational.com
Hi richardelectrix!
Add this to your custom CSS.
#top .template-search.content .entry-content-wrapper { padding-left: 100px !important; }
Regards,
Elliott
Hi
I have added that to my CSS but it doesnt seem to do anything
Hi!
I checked the search results page and looks like you managed to move the content with this:
#top .template-search.content .entry-content-wrapper {
padding-left: 120px !important;
padding-bottom: 50px;
}
Regards,
Ismael
Hi
yes i did thanks.
What does #top do? Does it tell the CSS to start at the top?