Joomla Header Modules


Author Message
Chris

Posted: 5/16/2013
Quote message 

Hi everyone,

I'm pulling my hair out with this one,

Basically I have created a position module in the header for Joomla, placed, added text to the new module and working great.

The problem is if the window is dragged left and right the new module scrolls to the left and right, this mean if the window is full width (on imad screen) the module ends up way to the left, if the screen is at 1000px width (the template width) it is in right place.

Looking at template.css the code is like this:

.art-positioncontrol-980350199
{
display: block;
left: 88.55%;
margin-left: -243px;
position: absolute;
top: 37px;
width: 275px;
height: 73px;
z-index: 104;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}

Please someone help this is driving me mad!

Also whilst on the topic, I have social icons in the header and I wish these to dissapear when going to reponsive sizes, is there a way to make thes social icons dissapear in reposnsive?
 
Chris

Posted: 5/19/2013
Quote message 

ANYONE???????????