TheCripZone SMF Themes Site

All Things Public => Theme Support => Topic started by: rana1908 on Oct 09, 11, 05:40:29 PM

Title: Actualism Theme Width Change
Post by: rana1908 on Oct 09, 11, 05:40:29 PM
I have this issue with my forum: when viewed on mobile or netbook the google ads (image ads only) tend to stick out beyond the right border of the board, though it's ok on a regular laptop or desktop. So I was thinking that maybe if I could change the width of the board or make it fluid, it would solve this problem. So is it possible to change the width of the actualism theme or make it fluid?
Title: Re: Actualism Theme Width Change
Post by: Crip on Oct 10, 11, 06:30:02 AM
Sure it helps ...
       Find in style.css::::


/* Entire Template Width */
#wrap {
width: 72%;             <===Change to 99%===>
background: #EEEEEE;
border: 10px solid #333333;
min-width: 720px;
margin: 0 auto;
padding: 0;
}
Title: Re: Actualism Theme Width Change
Post by: rana1908 on Oct 10, 11, 01:45:06 PM
Thanks a lot Crip, it worked perfectly, though I went for 80%...didn't want to change the look of the board that much. Keep up the good work! O0
Title: Re: Actualism Theme Width Change
Post by: Crip on Oct 10, 11, 04:37:33 PM
:up: