OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
OS basetemplate full width (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

OS basetemplate full width

hansel (User)
Gold Boarder
Posts: 244
graphgraph
User Offline Click here to see the profile of this user
OS basetemplate full width 1 Year, 9 Months ago
Karma: 0  
Where can I cange the footer width to full width?
Where can I move the location of the logo more to the left?
Logged Logged
Last Edit: 2023/02/28 18:15 By hansel.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8367
graph
User Offline Click here to see the profile of this user
Re:OS basetemplate full width 1 Year, 9 Months ago
Karma: 102  
Hello

Where can I change the footer width to full width?
We reply to you at How set full width for joomla base template

exactly for footer, You need remove "container" class at:
Code:

<div class="footer">
    <div class="container">



Where can I move the location of the logo more to the left?
For move logo in footer to left in joomla blank template, you need add to file:

{your site}/templates/os-basetemplate/css/style.css

below code:
Code:

#logo {
    text-align: left;
}



Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»