Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to change the width of my Joomla 1.5 website?

joomla website
0
Posted

How to change the width of my Joomla 1.5 website?

0

To change the width of your website you should first check which class in the CSS file defines the width of your page. To do that, you have to see the HTML output of your website. With Firefox you can do that by clicking on the View -> Page Source menu and in Internet Explorer, from the View -> Source menu. Let’s take a look at one of the free templates SiteGround provides – Aqua Blue. To change the overall width, you will need to modify the class for the outermost element. From the HTML output of the page, you can see that you should modify the style of a

element of class “wrapper”. In the css/template.css file of the template you will find the following lines (since the file is quite big, it is a good idea to use the search function of your text editor): div#wrapper { margin-left: auto; margin-right: auto; width:980px; } As you can see, you should change the value of the width property of the “wrapper” class. By modifying this value you will be able to change the width of your

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123