Login or create new account.

By registering on joomprod.com, you will have immediate access to all our free products and to the public side of our support forum.

Enjoy our subscriptions.

Each of our subscriptions allow you to enjoy the private side of the support forum and all the update of our products for a period ranging from 3 months to 1 year.

Payment And immediate download.

After subscribing to one of our subscription, the products are immediately downloadable.

Login

Or Register
Accueil / forum / Public Forum / Main Forum / Template not Align Properly

Support Availability Because we must sleep sometimes

Working days: Monday to Friday.
Reply time: Depending on the complexity of your support issue it's usually between a few hours to 48 hours.

Support is only guaranteed to paid subscribers

AdsManager - End of life

It is with great regrets that we have chosen to end the developpement of Adsmanager and its other associated components.

AdsManager is born 10 years ago and, as of today, the number of new subscriptions and downloads have fallen and we cannot maintain the component anymore.

All active subscribers will be able to continue enjoying support until the end of their subscription.

The components will be free and no support will be provided anymore for the other users.

×

Notice

The forum is in read only mode.

× OLD Forum post could be checked here : forum.joomprod.com

Template not Align Properly

More
7 years 7 months ago - 7 years 7 months ago #26738 by mshihan
Template not Align Properly was created by mshihan
Hello Loic,

When I changed the background color of AdsClarity template on wide view, two sides (left side of logo and right site of search tab) color are not align properly.
Could you please give me a solution for this?
Please check the attached file.
Attachments:
Last edit: 7 years 7 months ago by mshihan.
More
7 years 7 months ago #26747 by loic
Replied by loic on topic Template not Align Properly
Hello,

Wow that is an unusual issue :).

How did you change the background color ?
Could you copy the css you added to the style ?

Best regards.
More
7 years 7 months ago #26753 by DanielD
Replied by DanielD on topic Template not Align Properly
Please try this Go to
Adsmanager Option and select Display > select Load Juloa Bootstrap2 select Either of the two "yes " or "no" then see the change
More
7 years 7 months ago #26758 by mshihan
Replied by mshihan on topic Template not Align Properly
(There is no change by selecting bootstrap "Yes" or "No".)

Hello Loic,

I have changed background-color from #fff to #87ceeb on wide view and the same issue is there with your demo site.
template/adsclarity/css/bootstrap.css
line 1088

body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}

Best Regards
More
7 years 7 months ago #26765 by loic
Replied by loic on topic Template not Align Properly
Hello,

Could you remove the background-color from the body tag and try to put it in the container class like this :
body .container {
background-color: #fff;
}

Best regards.
More
7 years 7 months ago - 7 years 7 months ago #26775 by mshihan
Replied by mshihan on topic Template not Align Properly
Hello Loic,

I have found the solution.

template/adsclarity/css/bootstrap.css (line 1088)
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}

CHANGE TO THIS
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #87ceeb;
}



template/adsclarity/css/template.css (line 43)
.header {
display: block;
}

CHANGE TO THIS
.header {
display: block;
margin-left: -15px;
margin-right: -15px;
}



template/adsclarity/css/template.css (line 1724)
.header-inner {
margin-bottom: 15px;
}

CHANGE TO THIS
.header-inner {
margin-bottom: 15px;
margin-left: 15px;
margin-right: 15px;
}

Best Regards
Last edit: 7 years 7 months ago by mshihan.
Moderators: perry
Time to create page: 0.159 seconds
Powered by Kunena Forum