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.

Change module position!

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

Hello Friends,
can someone help me?
I want to change this position!
Please enter the Screen Hott Look at you, you recognize exactly what I mean!


1.jpg




2.jpg


Thanks in advance

Many Greetings :)
Sakari

Note: The site is not yet online, is still running locally on your PC!
  • sakari's Avatar
  • sakari
  • LIfetime Developer - Big Bamboo
  • 81 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Sakari,

So you want the site to look like the second image?

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

Yes, I want it like in the second picture!

Thank you!
  • sakari's Avatar
  • sakari
  • LIfetime Developer - Big Bamboo
  • 81 posts
  • Karma: 0
The administrator has disabled public write access.
Are you using the breadcrumb position in the site?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Breadcrumb position is not with me is activated!

regards :)
  • sakari's Avatar
  • sakari
  • LIfetime Developer - Big Bamboo
  • 81 posts
  • Karma: 0
The administrator has disabled public write access.
Its not on any page on the site?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Yes, on each side!
  • sakari's Avatar
  • sakari
  • LIfetime Developer - Big Bamboo
  • 81 posts
  • Karma: 0
The administrator has disabled public write access.
I don't quite follow but to start this off add these lines

#breadcrumbwrap {display: none;}

@media screen and (min-width: 1080px) {
#sidebar-2, #sidebar-1 {margin-top: 0px;}
}

That should have both columns lined up
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Did not help!
But I have found another solution!

Namely ind file:
/templates/venture/tpls/blocks/main-content.php

in row 14

Have this code:
<div id="mid-col-inner">

changed in this code!
<div id="mid-col-inner" style="margin-top: -90px;">


But with every update, it could be gone!
Is there another solution, where you can paste it into the custom.css?
  • sakari's Avatar
  • sakari
  • LIfetime Developer - Big Bamboo
  • 81 posts
  • Karma: 0
The administrator has disabled public write access.
hmm my solution does work locally as my suggestion lines up the sidebar and the main content area

As you appear not to use the banner area - the next code moves them both togethe

#mainWrap {
margin-top: -90px;
}

Although its not ideal not seeing the code you have

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
When I insert the code in the custom.css, nothing happens!
#mainWrap {
 margin-top: -90px;
 }
  • sakari's Avatar
  • sakari
  • LIfetime Developer - Big Bamboo
  • 81 posts
  • Karma: 0
The administrator has disabled public write access.
venture-lineup.jpg


This is what I have with the styling changes

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

#breadcrumbwrap {display: none;}

@media screen and (min-width: 1080px) {
#sidebar-2, #sidebar-1 {margin-top: 0px;}
}

#mainWrap {
margin-top: -90px;
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I tried it once, but it works for me!
It moves upward not!
Maybe I should upload a demo website, because at the moment the website is still running locally!
Or I'll just leave it with the PHP change that does so!

:) :)
  • sakari's Avatar
  • sakari
  • LIfetime Developer - Big Bamboo
  • 81 posts
  • Karma: 0
The administrator has disabled public write access.
Can I just check where are you adding the css code I'm suggesting?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I do it in here, in the custom.css!

/templates/venture/css/custom.css


Or do you mean something else?

:) :)
  • sakari's Avatar
  • sakari
  • LIfetime Developer - Big Bamboo
  • 81 posts
  • Karma: 0
The administrator has disabled public write access.
Yep that is the right place

I think we need to see the code

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