1. Stevenbreukel
  2. Commercial Templates
  3. Thursday, 30 March 2023
  4.  Subscribe via email
Hello,
I've got a problem with a site build in Riley (still Joomla3). If you visit the website on your mobile, you can swipe to the left and you see the right side. But there is nothing on the right side (only green). Text is neatly centered. Do you have an idea what could be causing this?
Greetings Lenneke
References
  1. http://www.hennink.info
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Lanneke

I believe this issue is caused by the following rule in your custom.css..

footer {
background-color: #394049;
box-sizing: border-box;
background-repeat: no-repeat;
background-size: cover !important;
padding: 19px 535px;
margin-left: -500px;
margin-right: -500px;
}


In particular the -500px. What are you trying to achieve with this? Maybe we can offer you an alternative solution.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

Thank you for your answer.
It is indeed caused by the code in the custom css. But the footer has to be a different color than the base. I can change that by adding
footer {
background-color: #394049;}
But then this does not come across the entire width.
Is there a code for that?

thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try removing the margin-left and right and adding the following instead...

#container_base .wrapper960 {
width: 100%;
}
#container_base .wrapper960 .block_holder {
max-width: 1260px;
margin-inline: auto;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok