Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #231939

    Here is the page: http://phoenixfireops.com/ems/

    There are 2 scrolling bars on the right?

    #231943

    Hey 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,
    Yigit

    #231968

    I addded the css but it did not work.

    #231970

    Hi!

    It does work on my end. Please try flushing browser cache and refresh your page a few times

    Best regards,
    Yigit

    #232359

    I 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/

    #232366

    Hey!

    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,
    Yigit

    #232377

    Thank 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 widgets

    #232379

    Hi!

    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,
    Yigit

    #232383

    Ok. 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.

    #232391

    Please 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.

    #232436

    Another 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.

    #232495

    Hey!

    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!
    Josue

    #232501

    I changed it to black. The color in the navigation is lighter. The hover state is black. I would like the opposite.

    #232503

    Hey!

    Try adding this code to the Quick CSS:

    #avia-menu a {
        color: black !important;
    }
    #avia-menu a:hover{
        color: #808080 !important;
    }

    Cheers! 
    Josue

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.