3 more issues

Posted in: Newspaper
Post count: 15

2 issues on this page https://new.pasp.org.cy/

1. There is some code showing up below the footer bar. It is not from the advance CSS.
2. The search box (top left side of the Top Bar) looks messy. Text box and button are not aligned.
3. On the sticky menu, the logo doesn’t show up. How can i make the word HOME show up only in the sticky menu?

Post count: 20688

Hi,

1. Maybe that code was entered by mistake in the custom HTML or the other custom code fields, please check that as well.

2. I don’t see a search box in the top bar at the moment
https://www.screencast.com/t/197bdj7P

3. The logo seems to appear in the sticky menu from what I can see
https://www.screencast.com/t/t6ZW9UqYi1rq
Where exactly is this Home word? Maybe that would be possible with CSS.

Thanks

Post count: 15

1. It was just an empty line. It’s OK now.
2. I am attaching a picture. Please click on the lens icon.
https://ibb.co/gT4oR8
3. It’s ok now

Post count: 20688

2. Somehow I missed that, sorry. It seems to be a line height issue, it happens for me as well. I will add this on our list of issues and it will be fixed.

As a quick fix try a code like this – https://www.screencast.com/t/81F8y4NeNe9
The code can be entered in Theme panel->Custom CSS section. Sorry for the inconvenience. Let me know if it works for you.

Post count: 15

Great. It works fine now. Thanks

Post count: 20688

Glad it works and sorry for not providing the actual code, seems I forgot. Here is is however

.td-head-form-search-wrap {
line-height: 28px;
}

Post count: 15

Hello again,

One last thing. In the mobile menu of my site https://pasp.org.cy, the button that it is used to open it (3 horizontal lines, i think it is called the burger button) is not aligned in the center of the menu vertically.

See example below.

I am sure that it can be solved using css but can’t find the solution. Pls advice.

Post count: 20688

Hi,

It happens because of this code – https://www.screencast.com/t/g71b5oIA

If you use that code for the desktop situation, move it from the general custom CSS section in the Advanced CSS – desktop section. This way it will not affect phones for example and cause this problem.

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.