Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
mayer62
tagDiv Member

ok understood but where i have to set the number of paragraph? thx

mayer62
tagDiv Member

Go here wp-content\themes\Newspaper and modify style.css file. You have to add your custom code at THE END of file, for every screen type for example:

@media
(min-width: 1141px) {desktop}
custom code

@media
(max-width: 1018px) and (min-width: 768px) {iPad portrait}
custom code

@media
(max-width: 1140px) and (min-width: 1019px) {iPad landscape}
custom code

@media
(max-width: 767px) {phones}
custom code

then install a cached plugin like W3 Total Cache

mayer62
tagDiv Member

Hi thanks for support! All done except for point 1. I can’t use the theme panel option for logo because I have to put 3 different logos and links! So I used code like screenshots but:
1) why when I refresh pages all 3 logos appear for 1 sec in wrong position?
2) the layout it’s perfect but for smartphone and iPad the quality of logos is low. It’s why I though about retina logos. But in your opinion it’s better put logos bigger and reduce them with css but how? Can u look my code and tell me mistakes or tricks to fix these 2 probs in better way? Thanks a lot guys, hope you ll help me because it’s last detail to change and it’s perfect!

mayer62
tagDiv Member

Can u show me how can i allign the logo in same raw? or maybe show me the page to modify to do that! im working in header style 1. rly thanks

Viewing 4 posts - 1 through 4 (of 4 total)