1. fume
  2. Commercial Templates
  3. Tuesday, 12 March 2019
  4.  Subscribe via email
1) The font in the list tag ul looks different when I visit my newest website via the desktop browser or via my smartphone. I can't find the cause.

2) Very curious but the breadcrumes are only shown in the mobile view.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

1. To amend could you try adding the following to the Custom CSS field of your template settings...

.maincontent li {
line-height: 1.6em;
margin-bottom: 1em;
}


2. To amend also add the following to the same Custom CSS field...

#container_showcase1_modules {
overflow: hidden;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I think you meant

.container_showcase1_modules {
overflow: hidden;
}

I added the code, but nothing changed.

Another question. How can i increase the font size p in the mobile view?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

The following is correct and should resolve your issue?...

#container_showcase1_modules {
overflow: hidden;
}


To amend the font size on smaller screens you can use add the following custom CSS (edit to taste)..

@media only screen and (max-width: 767px) {
p {
font-size: 16px;
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Your are right, this is correct and solves the problem. Thank you!
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
I've checked the list tag ul again in the mobil view. It is still different to the desktop view. Please have a look at this side.
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

I am not sure if I understand you correctly. Could you please detail how you find list different.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
I'll post screenshots tonight.
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Looks like the ul tag font in the smartphone view is bolt:
bw_desktop.PNG

bw_smartphone.png
Attachments (2)
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

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

li {
font-weight: 400 !important;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
Problem solved! :)
  1. more than a month ago
  2. Commercial Templates
  3. # 10
  • Page :
  • 1


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