pericles m. kramer
asked 11 years ago

Hello, I have these problems on my site, could you help me in solving them?

View post on imgur.com

View post on imgur.com

View post on imgur.com

View post on imgur.com

And a need to change the menu and font colors on responsive layout (ipad an iphone). thanks.

 

2 Answers
DominicStaff
answered 11 years ago

1. http://i.imgur.com/CZPy1RV.png
http://i.imgur.com/2kRCgLp.png

To resolve this problem, you can tell me more information, or send me a screenshot or your site for further checking, so i will have a closer look and have a better solution for you.

2. http://i.imgur.com/zLkRYxt.png
http://i.imgur.com/saUtFPu.png

Regarding this problem, I solved the problem in the my updated version 1.0.3. you can send your mail box and I will send you the updated version 1.0.3.

3. To change the menu and font color on responsive layout (ipad an iphone). Please follow these steps.

Step 1: Go to site here to find the font you would like to use: http://www.google.com/fonts/
Step 2: click the Quick-use
see the screenshot: http://imgur.com/zYPj0Fm

Step 3: Please move the “@import” and copy the code.
See the screenshot: http://imgur.com/ylIX3jO

And paste it into the responsive.css file in the folder path “\wp-content\themes\dw-focus\assets\css”.
See the screenshot: http://imgur.com/iw1VfIZ

Step 4: Add the following code in the responsive.css file

 
@media (max-width: 480px) {
.site-header #site-navigation.navbar .nav > li a {
font-family: 'Happy Monkey', cursive;
}}

See the screenshot: http://imgur.com/xaSHPjc
you can change your font here:

 
font-family: 'Happy Monkey', cursive;

To change the font & color in the Ipad, you can add the following code:

 
@media(max-width:1024px) {
.site-header #site-navigation.navbar .nav > li a {
color: #... !important;
font-family: 'Happy Monkey', cursive;
}
}
Regards,

Dominic

pericles m. kramer
replied 11 years ago

Ok, thanks for answers. My email – [email protected]

pericles m. kramer
replied 11 years ago

1. http://i.imgur.com/CZPy1RV.png
The problem here is the gap on a margin – bottom of image
http://i.imgur.com/2kRCgLp.png

To resolve this problem, you can tell me more, or send me a screenshot orr your site for further checking.

pericles m. kramer
replied 11 years ago

http://i.imgur.com/2kRCgLp.png – when you resize the window, the gaps appears too. Im changing the them on a internal server.

DominicStaff
answered 11 years ago

Please check attachment in your mail box.I sent you the updated version 1.0.3. you can update site now and let me know if you still face the same problem..

Regards,
Dominic

pericles m. kramer
replied 11 years ago

ok, thanks.

Powered by DW Question & Answer Pro