Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

template modifications

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi

pls have a look at the attached screenshot. I know that RASA2 is a nice fullscreen template. But suddenly the customers wants something like a box in the center with some shadow.

So I have modified the template with a custom.css (also attached).

I know that my solution is quite amateurish. But I didn't find another solution to center the inner_wrap.

And my problem still is how to get rid of the big big margins on the left and to the right.

Thanks for any hint!
vanbrel
  • Hans Bindewald's Avatar
  • Hans Bindewald
  • 12 Month basic
  • 46 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi vanbrel,

Can you perhaps re-attach - if its a problem please try using the Chrome browser
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Although it is better if you include a link for the site so we can see it

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi

o.k. I try the upload with Chrome!
  • Hans Bindewald's Avatar
  • Hans Bindewald
  • 12 Month basic
  • 46 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
oh I see .css files are not allowed. So it's here because it's short:

#zen-wrap-inner {
background: none repeat scroll 0 0 #f2f2f2;
border-radius:25px;
margin-left: 12%;
margin-top: 50px;
width: 80%;
box-shadow:0px 0px 6px #999;
}

html.zen-grid, html.zen-grid body, #zen-wrap {
background-image: url(../images/gradient-01.jpg);
height: 100%;
padding: 0;
}
  • Hans Bindewald's Avatar
  • Hans Bindewald
  • 12 Month basic
  • 46 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
ah we really need a link :)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
no probem:
www.webwerk-berlin.de/cps/de/
Ciao
vanbrel
  • Hans Bindewald's Avatar
  • Hans Bindewald
  • 12 Month basic
  • 46 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
The margins is actually the max-width value

.responsive-enabled .zen-container {
width: 80%;
max-width: 1140px;
}

The max-width value can be changed in theme tab > theme options

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks a lot.

looks like I got it!
vanbrel
  • Hans Bindewald's Avatar
  • Hans Bindewald
  • 12 Month basic
  • 46 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Nice one

Good luck with the site

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers