1) when i set any featured image on post page the image blews and visible in such a way that it is larger than original one. 2) when i upload any image on page the image blews and shows very large 3) i want to add more than 5-6 pages name in menu but when iam adding 4-5 pages the name of 5th page in menu is going to next line 4) remove previous & next page links from post page 5) how do i add a line same as Appointments Call... as in image 1 & for demo visit : http://dr-ron.cdn4media.com/ 6) how can hide this above line as in image 2
Hello, 1. To remove previous and next page link in posts use following css code in Custom CSS. Code: #nav-single { display: none; } 2. To remove line as in image 2 use following css code in Custom CSS. Code: .header_container { border-top: none; } 3. When you use more menu then there in not enough space available in line so the next menu will appear in next line. Use 5-6 menu then provide me your website URL, i will try to make them in a single line. 4. To write a line line same as Appointments Call you have to write line in header.php file. 5. I didn't find any issue as you say in 1 and 2 issue. Thanks & Regards Yogesh Bhade