Home › Forums › Legacy Support › Support queries › Styling issues › Mobile Site
- This topic has 6 replies, 2 voices, and was last updated 8 years, 11 months ago by H.K. Latiyan.
Viewing 7 posts - 1 through 7 (of 7 total)
-
AuthorPosts
-
January 18, 2016 at 9:07 am #18999mikeclumParticipantwww.clumuniversity.com It looks quite poor on mobile. The header that scrolls along downside the site basically covers most of the content. I want to change/remove the following elements on mobile: 1. reduce logo size
remove search icon
eliminate parallax on page builder.
Reduce top padding
eliminate header that scrolls down with you along the top of the mobile site
January 19, 2016 at 10:46 am #19212H.K. LatiyanParticipant1) Please use this css in your wp-admin->appearance->customize->custom css: h2#logo>a>img { max-width:200px; } NOTE: Please change the max-width according to your requirements. 2) Please use this custom css for removing search icon from your site: div#searchicon { display:none; } 3) Please clarify on this issue. It would be helpfull if you could share screenshot of the same to be more clear on this. 4) Please clarify from where you want to reduce the padding, also share screenshot. 5) Please go to wplms->header->fix top header on scroll: http://prntscr.com/9s0v4e. This will effect on both desktop site and mobile site, if you want this only to take place in mobile then it is not possible as of now.January 20, 2016 at 5:04 am #19299mikeclumParticipantso there's no way to edit a feature exclusively on the mobile version of the site? attached is a screenshot of the header as you scroll down on mobile, the logo is too big, I reduced the size of the normal logo when it first loads but as you scroll down it gets too big.January 20, 2016 at 5:48 am #19322H.K. LatiyanParticipantWhile scrolling if you want to change the logo size then use this css: h2#logo>a>span>img { max-width: 200px; }January 20, 2016 at 7:12 am #19355mikeclumParticipantHow do I adjust the spacing of the header above the logo? Add padding above the logoJanuary 20, 2016 at 7:13 am #19356mikeclumParticipanthere's a picture. the logo is off center in terms of height.January 21, 2016 at 5:28 am #19558H.K. LatiyanParticipantPlease use this custom css: h2#logo>a>span>img{ padding-top: 10px; } -
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)
- The topic ‘Mobile Site’ is closed to new replies.