1. paolofarina
  2. Commercial Templates
  3. Monday, 20 July 2015
  4.  Subscribe via email
Hi Ciaran, I have a couple of questions:
1. I have a black border in mainmanu position, with mobile i would like not to see the border or reducing the space between the 2 borders. I attach you a screenshot to explain better.
2. I would like to reduce the size of logo only in mobile version, is it possible?

Thanks
Paolo
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Paulo

1. To remove the border and reduce the spacing on smaller screen devices try adding the following to the Custom CSS field of your templates parameters...


@media only screen and ( max-width: 959px ) {
#container_hornav {
border: medium none;
padding: 0;
}}


2. To resize your logo may I suggest the following article... http://www.joomla51.com/tutorials/item/re-sizing-your-logo-for-smaller-screen-devices

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciaran,
I erased the border and resize the logo, but now the logo is not centered. (at the moment you cannot see, waiting for customer ok))
Is it possible to move the position of the button/menu and reduce the distance between logo and slideshow?
I attach you an image to better explain
Thanks
Paolo
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Paolo

To reposition your mobile menu toggle button try adding the following to the Custom CSS field of your templates parameters...


#nav-toggle {
position: absolute;
top: -270px !important;
}


Once you have a live version of your logo centering issue available we will examine this issue further.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect Ciaran, thanks, but I'm trying to erase the space between logo and slideshow in mobile versione but i don't find the right code.
You can see the attched file of my previuos post
If you need to access you have my previuos mail with credential.
Thanks
Paolo
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Paolo

To resolve try adding the following to the Custom CSS field of your templates parameters...


@media only screen and ( max-width: 767px ) {
#container_header {
height: 300px;
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
perfect, it works. Thanks Ciaran.
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok