I need to stretch the content width of my Weebly site
2 posts Page 1 of 1
I need to stretch the content width of my Weebly site
I want it to stretch completely from one side to the other, leaving no borders on the left or right. Basically the text you see should be aligned all the way to the left of the screen. I also don't like that it bunches up if you zoom in, but I assume the content stretching will fix that too?I've looked up a few things, and I've been trying really hard to find the right line of code to fix that, but so far it hasn't gotten me anywhere. I'm sorry for asking what is likely such a silly question, but it's driving me insane.
I know I have to look for the content line, but every skin there is different. I could really just use someone who's actually NICE ENOUGH to help me to give some much needed assistance. Other forums I've been to, everyone there is a complete jerk. I have a job, people to take care of, and I can't spend 24/7 struggling with something so simple as this that I can't wrap my head around, so pretty please? I'd even give someone my account information to help me?
trappitytrappity.weebly.com/
Re: I need to stretch the content width of my Weebly site
Hi,I know that some of the silly things can put us insane but I have a solution for this. You can use following code snippet.
- Code: Select all
div.text
{
text-align:justify;
}
and then use this in ur tag like suppose
<div class="text">
<p>......</p>
</div>
--
Farhin Qureshi
.NET Developer
http://www.ifourtechnolab.com
Farhin Qureshi
.NET Developer
http://www.ifourtechnolab.com
Page 1 of 1