Shape 5

Joomla Templates => Emma and Mason - Club => : pemi June 18, 2017, 11:34:42 PM



: Intro image on the left with text on the right
: pemi June 18, 2017, 11:34:42 PM
Hi,

Presently, when I add an intro image, it appears above the intro text on the frontend. I have floated the image to the left. Please see http://mediagenesis.org/ss/news-events?start=10

Is there a way to have the image and text side by side? See attached image of what I'm trying to do.

Thanks


: Re: Intro image on the left with text on the right
: mikek June 19, 2017, 07:03:52 AM
Hello,

If you add the following to custom.css it should do that:

.pull-left {
float:left !important;
margin-right:20px;
}


: Re: Intro image on the left with text on the right
: pemi June 19, 2017, 06:58:44 PM
Thanks for the quick reply, but no joy. Still looks the same. I have cleared cache and also checked on another browser.


: Re: Intro image on the left with text on the right
: mikek June 20, 2017, 07:13:22 AM
Hello,

I have already tested that css in Firebug and it does work. You have errors in your custom.css file which are preventing further css from loading:

view-source:http://mediagenesis.org/ss/templates/emma_and_mason/css/custom.css

This is the first one that I see, quotation marks cannot be used in css or it will break the calls:

h1 {color:#0768c8;"}


: Re: Intro image on the left with text on the right
: pemi June 20, 2017, 07:42:14 PM
Hi. Thank you! I totally missed the error in the css. It works now.