-
AuthorPosts
-
March 4, 2014 at 12:54 am #231939
Here is the page: http://phoenixfireops.com/ems/
There are 2 scrolling bars on the right?
March 4, 2014 at 1:00 am #231943Hey ctcphx!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#wrap_all { overflow-y: hidden; }
P.S.: You could answer on the first topic you have started so it would be easier for you and for us to follow the conversation.
Regards,
YigitMarch 4, 2014 at 1:53 am #231968I addded the css but it did not work.
March 4, 2014 at 1:56 am #231970Hi!
It does work on my end. Please try flushing browser cache and refresh your page a few times
Best regards,
YigitMarch 4, 2014 at 6:57 pm #232359I am also wanting to increase the widget portfolio image size? And can I add padding between regular sized portfolio images?
http://phoenixfireops.com/ems/938-2/March 4, 2014 at 7:08 pm #232366Hey!
Please add following code to Quick CSS as well
.image_size_widget .tweet-thumb img, .image_size_widget .news-thumb img { width: 36px; height: 36px; } .news-thumb { padding: 0; border-style: none; } .grid-entry .inner-entry { padding-right: 5px; }
Regards,
YigitMarch 4, 2014 at 7:17 pm #232377Thank you. The widget image is larger but the footer widget container is the same size?
I would like to increase the footer widget container size.
Also on a mobile device the footer widgets are aligned to the left and there is alot of padding between the footer widgets.
I would like to center the alignment and remove or reduce the padding of the footer widgetsMarch 4, 2014 at 7:21 pm #232379Hi!
Thumbnail image size of widget is 36x36px by default. If you would like to increase it more, please go to Appearance > Editor and open Functions.php file and find
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news
and change width and height to desired values. Then regenerate thumbnails using this plugin http://wordpress.org/plugins/regenerate-thumbnails/
After that you may need new custom CSS code.Regards,
YigitMarch 4, 2014 at 7:26 pm #232383Ok. Now how a bout the mobile css of the footer widget? The footer widgets are aligned to the left and there is alot of padding between the footer widgets on mobile devices.
I would like to center the alignment and remove or reduce the padding of the footer widgets.March 4, 2014 at 7:46 pm #232391Please also see the header text on http://phoenixfireops.com/ems/.
I have it set to #ff0000 but it is a pink color instead of red.March 4, 2014 at 10:25 pm #232436Another mobile issue that I am having is that the mobile site does not open a pdf linked to a page in the website. Instead it downloads it and you then have to open the download separately.
Thank you.March 5, 2014 at 2:49 am #232495Hey!
I don’t see any pink text in your header.
The PDF issue is not a theme-issue, if it opens or download that will depend on the user browser/configuration.
Cheers!
JosueMarch 5, 2014 at 2:57 am #232501I changed it to black. The color in the navigation is lighter. The hover state is black. I would like the opposite.
March 5, 2014 at 3:04 am #232503Hey!
Try adding this code to the Quick CSS:
#avia-menu a { color: black !important; } #avia-menu a:hover{ color: #808080 !important; }
Cheers!
Josue -
AuthorPosts
- You must be logged in to reply to this topic.