0
Votes
Undo
  1. accs-web
  2. Commercial Templates
  3. Monday, 12 November 2018
  4.  Subscribe via email
Hi Ciaran,

I have placed donate button in header-1 position. Chrome browser is fine. However Internet Explorer shows it on the opposite (header-2).

Any reason why

Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of this issue?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I have sent the temporary site URL
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.header_top .wrapper960 {
justify-content: flex-start !important;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you
it worked
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
One more thing please,

how do I change colour of my small underline in my home article headline section and can I use H3 tag instead of H2.

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

The underline color is set by the Primary Color option in your template settings. To custom set the color you can use the following custom CSS (edit to taste)..

item-title h2::after, .page-header h2::after {
background-color: #aaaaaa;
}


Do you wish to change the H2 tag to H3 for all articles?

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


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