1. bunsworth
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 05 December 2017
  5.  Subscribe via email
1) I want to put text in the top blue band where the social media icons are. What is that area. There is no module position on the mod positions sheet. See pdf.
2) Also What is sidecol-1a thru 1c and sidecol-2a thru 2c, etc. How do I know where they will appear. These are not on the mod layout sheet as well.
3) sidecol-b spacing problem between modules-there is none. The template module width container padding is set to DO NOT remove.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

1. If you place your module in the header-1 module position we can then give you the need CSS to position in the requested area.

2. The sidecol-1# will appear the same as the sidecol-a position. The sidecol-2# will appear the same as the sidecol-b position

3. Please post a URL to an example of this issue.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
1. content placed in header-1 position

2.o-k

3. http://ftlauderdaleautoinsurance.com/car_insurance/brady/business-insurance
side col b mod spacing
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

1. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)...

.header_spacer {
height: 50px;
}
.header-1 {
top: -26px;
}


3. Please check the URL provided as it appears to be giving us a 404 error.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
I am using the Magnolia template and would like to place additional text in the top bar to the left of the social media icons. However, I am still using header-1 for our search module so the style changes you provide above do not work for me. Here is a link to the page:

https://www.sandwichpld.org/template-review-freedom-of-information-act
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Not the most perfect solution but you could place your module in the header-2 position instead and add the following custom CSS..

.header-2 {
position: relative;
top: -123px;
right: 142px;
}


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


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