1. smithjd44
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 04 December 2020
  5.  Subscribe via email
I am attempting a website design for a company which is detailing how they want three pages of the website.

I have been successful in using the Everly template and using Module Overrides to construct their homepage according to their instructions with some exceptions.

They are wanting the top portion of the slideshow to start in the position that displays under a semi-transparent header.

What I have displays that only when they scroll down.

I would appreciate it if you had some Custom CSS that would allow the top portion to start in that position before they start to scroll down the page.

I have attached a PDF of their desired homepage along with a URL of the website under construction.

Also you will notice they wanted an underline of the four modules. Would there be custom css code to underline module titles as well as code to make the font a little smaller so all of their titles will fit on one line.

As for as the red squares they told me that I could use the Winggings Font Letter "N". I will be working on setting up an unordered list to hopefully fix that.

As always, you have always been so helpful in my web design business. I have mentioned before Joomla51 are the only templates that I use in designing my websites.

Thanks again!

James
Attachments (1)
References
  1. http://tempdomain51.site
Accepted Answer Pending Moderation
0
Votes
Undo
Hi James

Presuming I understand you correctly, to amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.sticky-wrapper {
position: absolute;
}
.top-2 .module_header {
text-decoration: underline 3px red;
margin-bottom: 5px;
}


Hope this helps.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
The coding worked great for the desktop view for the sticky-wrapper portion of my request.

On the mobile view the logo / menu overlaps the Part Manufacturing.

Is there CSS code that would prevent the overlapping?

Also the red and underlined Top 2 Module Title worked as well.

What would be the css code to reduce the font such that I could have a single line text?

I could make a copy of the template and assign to the Homepage only if that text size is not needed to other pages.

I really appreciate the custom CSS codes!

James
References
  1. http://tempdomain51.site
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi James

To only apply the above mentioned CSS to large screen devices, try replacing with the following...

(edit to taste)...

@media only screen and ( min-width: 767px ) {
.sticky-wrapper {
position: absolute;
}
.top-2 .module_header {
text-decoration: underline 3px red;
margin-bottom: 5px;
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you! That fixed the issue perfectly!

Thanks again!

James
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • 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