1. nickymcn
  2. Sherlock Holmes
  3. General
  4. Thursday, 15 August 2019
  5.  Subscribe via email
I have the Artisan template which I use the side column (left for the menu, logo and social media icons and when I view it in a laptop or small screen it cuts off the logo and the social media icons.

Any custom code I can add? for resizing.
References
  1. http://www.bpct.org.nz/
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

@media only screen and (max-width: 1104px) {
#socialmedia {
display: block !important;
position: relative;
bottom: 6px;
}}


CIaran
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


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