By WU on Saturday, 31 March 2018
Posted in General
Likes 0
Views 355
Votes 0
I want to custom the page elements of joomla in esmobile, but I have no idea how can I do.
Could you help me?

# I hope the part text can move to where I want (first pic)
# I hope the elements of joomla article can put into red box.(second pic). It is at the border side for now.
You can try this following CSS and see how it goes.


#es.es-mobile-wrapper .blog {
padding: 8px 16px;
}

ul.nav.nav-tabs.nav-stacked {
text-align: center;
padding: 0;
}

ul.nav.nav-tabs.nav-stacked li {
display: inline-block;
}
·
Sunday, 01 April 2018 11:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Arlex.
I used your code, it is good job!
But, I find I ignore a problem what it is like as my pic.
When I click my article title and open the content, I get the similar situation.
Hope I can custom it.
WU
·
Sunday, 01 April 2018 21:55
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.

You can try this following custom css :


#es.es-mobile-wrapper .item-page {
padding: 8px 16px;
}
·
Monday, 02 April 2018 10:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Arlex
Good job!
WU
·
Tuesday, 03 April 2018 11:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 03 April 2018 12:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post