1. General discussions
  2. Monday, 10 August 2015
I'm trying to use image and content. the image is expanding too large and the content is too far to the right..I want to place some small images to the left with content to the right say 10px away .. im using my own template made in artisteer.. an example can be seen at http://www.click4cover.ie/quotations/quotes...
Accepted Answer
Please follow this instruction, Please edit this css, cause you override css that's why bootsatrp css conflict with your override css.

CSS File Path
http://www.click4cover.ie/templates/click10/css/template.css

Present css
.art-sheet {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: #ffffff none repeat scroll 0 0;
border-color: -moz-use-text-color #9cafc4;
border-image: none;
border-style: none solid;
border-width: medium 1px;
box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.15);
cursor: auto;
margin: 0 auto;
position: relative;
width: 1000px;
z-index: auto !important;
}


Replace this code

.art-sheet {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: #ffffff none repeat scroll 0 0;
border-color: -moz-use-text-color #9cafc4;
border-image: none;
border-style: none solid;
border-width: medium 1px;
box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.15);
cursor: auto;
margin: 0 auto;
position: relative;
width: 1170px;
z-index: auto !important;
}
  1. more than a month ago
  2. General discussions
  3. # Permalink
Responses (2)
Thanks for your query. Please give me administrator info with forum post url. Thanks
  1. more than a month ago
  2. General discussions
  3. # 1


There are no replies made for this post yet.
Be one of the first to reply to this post!


This forum is archived

This forum has been archived. Please use JoomShaper official support system.