Editing Margins in text box on Sela Theme
-
Hello. Extreme css newbie here. I want to have the front page text and the image next to each other than on top of each other. I tried doing it by placing the text box to the right with a smaller image in the bg, but it doesn’t resize well. My goal now is to have the image inside the text box content aligned to the left and the text aligned to the right, with the bg image removed. I am also trying to figure out how to remove the margin inside the text field so that this looks seamless with the top menu. Please help.
The blog I need help with is: (visible only to logged in users)
-
You can give the following a try and see what you think. It sets the images at 45% of the original width.
.front-widget-area .widget_image img { float: left; width: 45%; padding-bottom: 20px; margin-right: 10px; } .front-widget-area .wp-caption-text { text-align: left; }
- The topic ‘Editing Margins in text box on Sela Theme’ is closed to new replies.