By Peter Pettersson on Tuesday, 11 October 2016
Posted in Technical Issues
Replies 3
Likes 0
Views 235
Votes 0
When trying to edit a blog post from frontend from a mobile phone the menu with "Unpublish", "Edit", "Delete" is dropdowned to the left, which puts it outside of the screen. How or where can I fix ?
Hi there,

Can you replace attached file on this path ...\templates\*current template\html\com_easyblog\styles\custom.css
Please give it a try and see how it goes.
·
Tuesday, 11 October 2016 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi!
Sorry but I can't find the attached file. Also it seems like I dont have that path for easyblog ...\templates\*current template\html\com_easyblog\styles\custom.css
·
Wednesday, 12 October 2016 16:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Peter,

For the dropdown issues, you will need to insert the css code as shown below in to your template stylesheet. /templates/jsn_boot_pro/css/custom.css

[gist type="php"]
div#fd.eb.w320 .eb-table-body > div > .cell-option {
float: right;
}
[/gist]
·
Wednesday, 12 October 2016 16:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post